[orca] Prep for the 3.21.1 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for the 3.21.1 release
- Date: Mon, 25 Apr 2016 19:33:52 +0000 (UTC)
commit a721b01c85e0170ed91f6be03d117e84f255bd2b
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Apr 25 15:33:30 2016 -0400
Prep for the 3.21.1 release
NEWS | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 67 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5d08a22..d5ee644 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,68 @@
+3.21.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
+
+General:
+
+ * Detect and handle row-reordered event spam so valid events can be
+ presented
+
+ * 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
+
+ * Begin refactoring of keyboard event processing
+
+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 7c40adf..66dbfd8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.21.1pre
+Orca v3.21.1
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index 9d9032d..8c92758 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [21])
-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]