[orca] Prep for the 3.17.91 release



commit 113483abaf74827cf2c6d450ffe4c66e68b4d4c9
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Sep 2 10:46:06 2015 -0400

    Prep for the 3.17.91 release

 NEWS         |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 52 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0b375e2..5a2a445 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+3.17.91 - 2 September 2015
+
+Web:
+
+ * Treat (un)ordered HTML lists without list items as if they were divs
+
+ * Clear the cache and try once more when the next/previous context
+   cannot be found
+
+ * Treat web documents as top-level roles for the purpose of Zombie
+   detection
+
+ * Fix MathML line navigation issue
+
+ * Fix issue causing Orca to skip certain web content during Say All
+
+ * Improve caret navigation around images lacking content, interaction,
+   and size
+
+General:
+
+ * Updated documentation
+
+ * Add ability to override object role when generating tutorial messages
+
+ * Handle more event floods from LibreOffice and gnome-shell
+
+ * Handle several "The process appears to be hung" AT-SPI2 errors from
+   Firefox and LibreOffice
+
+ * Work around broken custom comboboxes and listboxes which lack items
+
+ * Fix bug in presentation of chat messages from non-active applications
+
+ * Add option to speak 12-hour time without seconds
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ca            Catalan                     Jordi Mas
+    el            Greek                       Tom Tryfonidis
+    es            Spanish                     Daniel Mustieles,
+                                              Miguel Rodríguez Núñez
+    gl            Galician                    Fran Diéguez
+    hu            Hungarian                   Gabor Kelemen
+    pl            Polish                      Piotr Drąg
+    sv            Swedish                     Anders Jonsson
+    zh_TW         Chinese (Taiwan)            Chao-Hsiung Liao
+
+=========
+
 3.17.90 - 19 August 2015
 
 Spellcheck:
diff --git a/README b/README
index f4155b4..617e9fd 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.17.91pre
+Orca v3.17.91
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 2bb6cdf..06745b6 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], [91pre])
+m4_define([orca_micro_version], [91])
 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]