[orca] Release prep



commit 70527da13c7a85110c7e3dfbddc368759d9114e9
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Oct 19 11:31:22 2018 +0200

    Release prep

 NEWS         | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |  6 ++---
 configure.ac |  4 +--
 3 files changed, 90 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index a5bd57d57..311c3c93e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,88 @@
+3.31.1 - 19 Octoboer 2018
+
+General:
+
+ * Include the selected item count when presenting selection
+
+ * Fix double presentation of items in certain lists
+
+ * Handle various instances of objects going defunct
+
+ * Present expanded state even when state expandable is not
+   exposed
+
+ * Treat expanded events from listboxes and push buttons as
+   presentable events
+
+ * Ignore spurious focus claim from gnome-shell window after
+   switcher use
+
+ * Add handling for objects with role "redundant object"
+
+ * Ensure we're not silent when a cell gains focus
+
+ * Add initial support for Smuxi (gnome frontend)
+
+ * Restore X keyboard layout on orca segfault
+
+ * Add support for removing user profiles
+
+Web:
+
+ * Improve behavior of page summary when caret context is null
+   or the document cannot be found
+
+ * Handle component interface failures in label inference
+
+ * Sanity-check offsets before calling getRangeExtents()
+
+ * Make braille presentation of new document web role consistent
+   with old document frame role
+
+ * Ensure we correctly speak the role of edit spin buttons
+
+LibreOffice:
+
+ * Work around Writer killing focused cell during row insertion
+   and deletion
+
+ * Don't present ancestors after editing Calc cell
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                 Marek Cernocky
+
+=========
+
+3.30.1 - 19 Octoboer 2018
+
+General:
+
+ * Fix presentation of nameless menu items in certain gnome-shell
+   extensions
+
+ * Improve presentation of Pluma spell-check dialog
+
+ * Fix bug in sentence echo
+
+ * Fix issue with profile names containing XML special characters
+
+Web:
+
+ * Fix some chattiness with SayAll in web content
+
+LibreOffice:
+
+ * Work around Writer issue preventing presentation of selected text
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    nb            Norwegian bokmål        Kjartan Maraas
+    ru            Russian                 Stas Solovey
+    sr            Serbian                 Марко Костић
+
+=========
+
 3.30.0 - 17 September 2018
 
 General:
diff --git a/README b/README
index 8a46578f7..672476d2d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.30.1pre
+Orca v3.31.1
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.30.x is supported on GNOME 3.30.x only.  We highly suggest you
+Orca v3.31.x is supported on GNOME 3.31.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.30.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.31.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 3e2d04da0..9cc03e612 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [30])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_minor_version], [31])
+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]