[orca/gnome-3-20] Prep for the 3.20.2 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-20] Prep for the 3.20.2 release
- Date: Mon, 16 May 2016 14:09:40 +0000 (UTC)
commit aeaa03da9421df46e9aabd0efbbf6660a2e6e95d
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon May 16 10:07:41 2016 -0400
Prep for the 3.20.2 release
NEWS | 36 ++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 98d1d0c..a4e93bc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+3.20.2 - 16 May 2016
+
+Performance:
+
+ * Take interfaces into account when looking for non-descendable
+ descendants
+
+ * Cache results of shouldInferLabelFor()
+
+ * Cache results when filtering contents for presentation
+
+ * Give findObjectInContents() smarts for embedded children
+
+ * Check setting before generating spoken indentation information
+
+General:
+
+ * Add explicit handling for tree items
+
+ * Work around another instance of app-created duplicate accessible
+ objects
+
+ * Eliminate double presentation of inferred labels
+
+ * Work around GNOME Shell's broken text interface for word echo
+
+ * Fix desktop file keywords in Slovenian translation
+
+ * Handle another instance of an app becoming non-responsive
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ pl Polish Piotr Drąg
+
+=========
+
3.20.1 - 25 April 2016
Gecko:
diff --git a/README b/README
index 65c08f2..4f181a0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.20.2pre
+Orca v3.20.2
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index 3f3b5d0..27e6b3b 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], [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]