[orca] Prep for the 3.18.2 release



commit b5a1c8f0bb7661bcd81ae0cc6ae6fd5ad4f1323b
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Nov 9 15:54:57 2015 -0500

    Prep for the 3.18.2 release

 NEWS         |   53 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 55 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 074c264..b91d78a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,56 @@
+3.18.2 - 9 November 2015
+
+Web:
+
+ * Fix typeahead search regression in the list-of-elements dialogs
+
+ * Fix a couple of issues associated with presenting "busy" pages
+
+ * Switch to sticky focus mode in top-level web apps like Google Docs
+
+ * Attempt to work around Google Docs editor exposed as ROLE_UNKNOWN
+
+ * Don't infer labels for form fields in web apps
+
+ * Present text changes resulting from onclick handlers
+
+ * Don't generate ancestors for MathML elements and filter out empty
+   utterances (performance)
+
+ * Eliminate several instances of Gecko chattiness
+
+ * Filter out more browser chrome event spam (performance)
+
+ * Use Orca's web support to say word contents for editable messages in
+   Thunderbird (works around broken text interface implementation)
+
+ * Work around broken lists in web content
+
+ * Don't return the child of a "non-descendable" element as the last
+   document object
+
+ * Don't descend links with author-provided names
+
+General:
+
+ * Fix issue in which key presses were being echoed in a password field
+
+ * Add sanity check for broken accessibility trees when getting the
+   focused child
+
+ * Update Gedit spellcheck support for 3.18 and improve heuristic
+   performance
+
+ * Do not try to calculate node level for non-tree descendants
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                       Marek Černocký
+    de            German                      Christian Kirbach
+    hu            Hungarian                   Attila Hammer
+
+=========
+
 3.18.1 - 14 October 2015
 
 Web:
diff --git a/README b/README
index e8cb8e7..d1a1f75 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.18.2pre
+Orca v3.18.2
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index f9c0a26..40f92ac 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [18])
-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]