[orca/gnome-3-20] Prep for the 3.20.1 release



commit cce3688e48158ffce3fd47eccdecb208f1f86506
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Apr 25 15:02:04 2016 -0400

    Prep for the 3.20.1 release

 NEWS         |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 64 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5d08a22..98d1d0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,65 @@
+3.20.1 - 25 April 2016
+
+Gecko:
+
+ * Fix presentation of title bar in Gecko apps
+
+ * Work around Google Maps killing the focused widget
+
+ * Fix offset used when evaluating text selection in content with
+   embedded objects
+
+ * Don't set new focus to context object if context object is zombie
+
+ * Only update locusOfFocus to context replicant if locusOfFocus is a
+   zombie
+
+ * Don't use generated text as name for web content which exposes a name,
+   unless it's a combo box or spin button
+
+ * Cache label-related information for web content for performance
+
+ * Ignore events from Mozilla's self-repair hidden page
+
+ * Don't do SayAll for page fragments
+
+ * Prevent locusOfFocus change when navigating in SeaMonkey message list
+
+Unity Panel Service:
+
+ * Work around labels reporting an index in parent of -1
+
+ * Work around label descriptions containing unwanted content
+
+ * Fall back on name when labels fail to implement the text interface
+
+Gtk+
+
+ * Handle changes in Gtk+ 3.20 combo boxes
+
+ * Only treat cells with non-whitespace chars as real active descendants
+
+ * Ignore row-reordered event spam
+
+General:
+
+ * Fix a false positive with clipboard messages
+
+ * Don't re-present description if it was used as name fallback
+
+ * Handle unhandled case of objects becoming defunct
+
+ * Fix syntax error in Bulgarian help file
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ hu           Hungarian              Attila Hammer
+ it           Italian                Milo Casagrande
+ pt           Portuguese             Tiago Carrondo
+ sl           Slovenian              Matej Urbančič
+
+=========
+
 3.20.0 - 21 March 2016
 
 General:
diff --git a/README b/README
index 9c81b5a..dd68aea 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.20.1pre
+Orca v3.20.1
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index a0934f2..8b14858 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [20])
-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]