[orca/gnome-3-12] Prep for 3.12.1



commit 7f640451250d406f2715bd8363c3187d3b900e9c
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Apr 15 10:03:46 2014 -0400

    Prep for 3.12.1

 NEWS         |   39 +++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 41 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 37ce561..36a7eb7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,42 @@
+3.12.1 - 15 April 2014
+
+General:
+
+  * Update documentation
+
+  * Clear saved page-loading state when Gecko script is deactivated
+
+  * Add support for ROLE_PAGE now that Evince uses it
+
+  * Prefer the name of a button, even if it implements AtkText
+
+  * Eliminate a false positive identifying selected text with caret-moved
+    events
+
+  * Fix presentation of caret-moved events for Firefox's autocompletes
+
+  * Add an explicit check for KP_0 as the Orca Modifier plus Shift
+
+  * Eliminate some chattiness presenting combo boxes
+
+  * Don't treat the root label as an unrelated label
+
+  * Handle yet another case of missing object:state-changed:focused
+    events for Gtk+
+
+  * Filter out some superfluous name-changed events from Gtk+ apps
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    el            Greek                       Maria Thukididu
+    es            Spanish                     Daniel Mustieles
+    eu            Basque                      Inaki Larranaga Murgoitio
+    hu            Hungarian                   Attila Hammer
+    sl            Slovenian                   Matej Urbančič
+    sk            Slovak                      Peter Vágner
+
+=========
+
 3.12.0 - 24 March 2014
 
 New and updated translations (THANKS EVERYONE!!!):
diff --git a/README b/README
index 2560898..d99debb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.12.1pre
+Orca v3.12.1
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index eed1827..12440fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [12])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_micro_version], [1])
 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]