[orca] Prep for the 3.17.3 release



commit 92177136fc9c37bf85aec70dfd7c3c8622a2ddc4
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Jun 23 11:04:33 2015 -0400

    Prep for the 3.17.3 release

 NEWS         |   35 +++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3422663..aed227c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+3.17.3 - 23 June 2015
+
+Gecko:
+
+  * Fix several issues in Orca's live region support to make Google Docs
+    usable with Orca
+
+  * Rewrite Orca's structural navigation support to fix bugs and improve
+    performance
+
+  * Create "web" script and use it for Gecko content
+
+  * Avoid navigating into tooltip-like popups in web apps
+
+  * Fix issues related to Gecko using ROLE_TEXT for static text elements
+
+General:
+
+  * Improve performance associated with event floods and dead accessibles
+
+  * Fix presentation of newly-misspelled words in LibreOffice Writer
+
+  * Present the text of ROLE_FOOTER objects
+
+  * Add unbound keybindings to increase and decrease speech volume
+
+  * Fall back on parent autocomplete if entry lacks label and name
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    el            Greek                       Dimitris Spingos
+    es            Spanish                     Miguel Rodríguez Núñez
+
+=========
+
 3.17.2 - 27 May 2015
 
 Gecko:
diff --git a/README b/README
index ca209ca..6c921a5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.17.3pre
+Orca v3.17.3
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index fdecc3a..198e832 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], [3pre])
+m4_define([orca_micro_version], [3])
 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]