[orca] Prep for 3.17.92



commit 52aaa6eca3f08034406bfb57ff468bb82a5dd703
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Sep 16 09:39:20 2015 -0400

    Prep for 3.17.92

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5a2a445..2257e62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.17.92 - 16 September 2015
+
+Web:
+
+ * Add support for aria-roledescription
+
+ * Work around missing object:state-changed:focused events from Gecko
+
+ * Fix several instances of Orca getting "stuck" in Gecko content
+
+ * Fix bug causing Orca to skip over nested iframe content during SayAll
+
+General:
+
+ * Handle tracebacks resulting from Calc crashing
+
+ * Explicitly deregister keystroke listeners before shutting down
+
+ * Ignore state-changed:busy events seen when printing in Thunderbird
+
+ * Eliminate false positive identifying Thunderbird spellcheck dialog
+
+ * Fix a performance issue associated with appearance of dialogs with
+   many widgets
+
+ * Save messages and add braille output to the notification-daemon script
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    de            German                      Christian Kirbach
+    fr            French                      Claude Paroz
+
+=========
+
 3.17.91 - 2 September 2015
 
 Web:
diff --git a/README b/README
index bfb2466..1ba8234 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.17.92pre
+Orca v3.17.92
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 1595747..4a74c84 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [17])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_micro_version], [92])
 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]