[orca] Prep for Orca v3.24.0 release



commit 21bdc1e1de72659020aed9593cb536245e71a31b
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Mar 20 15:12:16 2017 -0400

    Prep for Orca v3.24.0 release

 NEWS         |   36 ++++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 41 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8b65ecf..419bb0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,39 @@
+3.24.0 - 20 March 2017
+
+Web:
+
+ * Fix issue in new command to move to the end of the current container.
+
+ * Fix instance in which we were failing to present contenteditable
+   content.
+
+ * Sanity check our attempt to hack around broken text from Gecko.
+
+General:
+
+ * Improve presentation of Gtk+ editable combo boxes.
+
+ * Attempt to handle children-changed:add event flood from menus.
+
+MATE:
+
+ * Filter out focus events from widgets in windows which claim to be
+   active, but actually are not.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                 Marek Černocký
+    da            Danish                Kenneth Nielsen
+    de            German                Mario Blättermann
+    fr            French                Claude Paroz
+    fur           Friulian              Fabio Tomat
+    hu            Hungarian             Attila Hammer
+    id            Indonesian            Andika Triwidada
+    it            Italian               Milo Casagrande
+    sk            Slovak                Peter Vágner
+
+=========
+
 3.23.91 - 27 February 2017
 
 Web:
diff --git a/README b/README
index 1830b4d..09f83f2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.23.92pre
+Orca v3.24.0
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.23.x is supported on GNOME 3.23.x only.  We highly suggest you
+Orca v3.24.x is supported on GNOME 3.24.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 
@@ -39,7 +39,7 @@ Orca also has the following dependencies:
 * py-setproctitle  - Python library to set the process title (optional)
 * gstreamer-1.0    - GStreamer - Streaming media framework (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.23.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.24.x
 RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the Python interpreter installed
diff --git a/configure.ac b/configure.ac
index ff2f60d..992c949 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [23])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_minor_version], [24])
+m4_define([orca_micro_version], [0])
 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]