[orca/gnome-3-34] Prep for v3.34.1



commit 7f34afa5149ba99d2b2ba4dae0d2e6836d7fc6c2
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Nov 15 16:03:15 2019 -0500

    Prep for v3.34.1

 NEWS         | 42 ++++++++++++++++++++++++++++++++++++++++++
 README.md    |  2 +-
 configure.ac |  2 +-
 3 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index acd1063d1..6239f76c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+3.34.1 - 15 November 2019
+
+Web:
+
+ * Continued improvement of Orca's support for Chromium
+
+ * Improve accuracy of synthesized clicks on web pages
+
+ * Be sure we don't override sticky browse mode for top-level web apps
+
+ * Fix bug causing Orca to not present button name during Say All
+
+ * Improve presentation of selection of links which span multiple lines
+
+General:
+
+ * Ensure we speak selected switcher item even when the user has set
+   onlySpeakDisplayedText
+
+ * Improve reliability of unfocusedAlertAndDialogCount()
+
+ * Correct the position and size reported for selectable table rows
+
+ * Don't present GtkComboBox selection changes if we're not on/in that
+   widget
+
+ * Present position in list for tables
+
+ * Filter out duplicate clipboard contents changed notifications
+
+ * Filter out bogus window focus claims from gnome-shell
+
+ * Add handling for accessible app names which start with "org." or "com."
+
+New and updated translations (THANKS EVERYONE!!!):
+
+   da            Danish                Ask Hjorth Larsen
+   es            Spanish               Daniel Mustieles
+   nl            Dutch                 Nathan Follens
+
+=========
+
 3.34.0 - 9 September 2019
 
 Web:
diff --git a/README.md b/README.md
index f7e84f961..e5653aec4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.34.1pre
+# Orca v3.34.1
 
 ## Introduction
 
diff --git a/configure.ac b/configure.ac
index eeeecb8b1..6e471378f 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], [1pre])
+m4_define([orca_micro_version], [1])
 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]