[orca/gnome-3-34] Release prep for v3.34.2



commit dffdf63318a0ef525733a6367cc85e6d4ab8418f
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Jan 28 15:00:28 2020 -0500

    Release prep for v3.34.2

 NEWS         | 29 +++++++++++++++++++++++++++++
 README.md    |  2 +-
 configure.ac |  2 +-
 3 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6239f76c2..677290136 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.34.2 - 28 January 2020
+
+Chromium:
+
+ * Present alerts upon window activation
+
+ * Improve presentation of list items with markers, including handling
+   a change in the accessibility tree
+
+Web:
+
+ * Prevent repetition of lines during SayAll for web content
+
+Mouse Review:
+
+ * Ensure we present tooltip for non-focused objects
+
+General:
+
+ * Fix regression in binding commands with the Orca modifier plus Shift
+
+ * Work around missing object:state-changed:focused event from GtkTable
+
+New and updated translations (THANKS EVERYONE!!!):
+
+   ms            Malay                Umarzuki Bin Mochlis Moktar
+
+=========
+
 3.34.1 - 15 November 2019
 
 Web:
diff --git a/README.md b/README.md
index eba385466..fabe0d135 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.34.2pre
+# Orca v3.34.2
 
 ## Introduction
 
diff --git a/configure.ac b/configure.ac
index a907343f5..ff2973633 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [34])
-m4_define([orca_micro_version], [2pre])
+m4_define([orca_micro_version], [2])
 m4_define([orca_version],
           [orca_major_version.orca_minor_version.orca_micro_version])
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]