[orca/gnome-3-16] Prep for the 3.16.2 release



commit bb0d397c7cd53e5122a4d3d0a7decbf9c2b97875
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue May 12 11:00:16 2015 -0400

    Prep for the 3.16.2 release

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index cf006cb..910fb4e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.16.2 - 12 May 2015
+
+General:
+
+  * Fix traceback which can occur getting children via relationset
+
+  * Add explicit braille handling for ROLE_PAGE so we update the line in
+    Evince
+
+  * Change default value of fallbackOnUnicodeData to False
+
+  * Attempt to eliminate verbal spewage for links which lack meaningful
+    information
+
+  * Ignore text-selection-changed events from Gecko objects with no text
+
+  * Hack around yet another missing object:state-changed:focused event
+    for Gtk+
+
+  * Provide a symbolic variant of the app icon
+
+  * Work around a missing object:state-changed:focused event from
+    LibreOffice
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                       Marek Černocký
+    de            German                      Uwe Geercken
+    pt_BR         Brazilian Portuguese        Rafael Ferreira
+
+=========
+
 3.16.1 - 15 Apr 2015
 
 General:
diff --git a/README b/README
index 035968a..2a774d9 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.16.2pre
+Orca v3.16.2
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 8ed4ff3..919c162 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [16])
-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]