[orca] Prep for 3.23.4 release



commit 3ea6873945826fa029e3202778973b81aa7bae9c
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu Feb 2 10:54:56 2017 +0100

    Prep for 3.23.4 release

 NEWS         |  117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    6 +-
 configure.ac |    4 +-
 3 files changed, 122 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4ba6e2b..5521efd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,120 @@
+3.23.4 - 2 February 2017
+
+Web:
+
+ * Optionally announce when entering and leaving blockquotes, lists,
+   tables, panels, forms, and landmarks
+
+ * Improve handling of pages where the content is rapidly and repeatedly
+   destroyed and replaced
+
+ * Improve workarounds for several Gecko editable-text bugs
+
+ * Ensure we always announce ARIA landmark type before setting the caret
+
+ * Improve presentation of ARIA regions
+
+ * Add custom support for ARIA switch role
+
+ * Present messages resulting from use of aria-invalid
+
+ * Check for and filter out defunct objects when building elements list
+
+ * Eliminate double-speaking of line after document load
+
+ * Suppress presentation of irrelevant loading messages resulting from
+   busy state-change events in SeaMonkey's mail client
+
+ * Eliminate double-speaking of inferred labels in SayAll
+
+ * Fix several instances where new document name was not being presented
+
+ * Handle (un)ordered lists in which item text falls outside the item
+   element
+
+ * Descend images if they are imagemaps so that we don't fail to present
+   their content
+
+LibreOffice:
+
+ * Fix crash presenting certain Writer tables
+
+ * Handle LO's recently-corrected exposure of text attributes for
+   spellcheck
+
+ * Handle change in LO's accessibility tree for dialogs
+
+ * Handle more cases of LO objects becoming defunct
+
+ * Don't assume we can always get a string value for Calc input line
+
+ * Yet another workaround for yet another missing state-changed event
+
+General:
+
+ * Make spoken presentation of accessible description optional
+
+ * Work around missing focus-change events when focus changes due to a
+   mouse click
+
+ * Use Unicode in translatable strings
+
+ * Fix several issues in which we incorrectly update our location based
+   on bogus or redundant accessibility events
+
+ * Reduce chattiness associated with presentation of typeahead search
+
+ * Include infobar content when presenting status bar and default button
+
+ * Reduce chattiness associated with icons which incorrectly implement
+   accessible text
+
+ * Improve presentation of editable comboboxes
+
+ * Fix bug in which Orca is silent on launch due to inability to access
+   default screen
+
+ * Don't generate substring content unnecessarily (performance)
+
+ * Don't treat an empty table as layout only if the user gives it focus
+
+ * Fix bug speaking punctuation when punctuation style is set to NONE
+
+ * Stop converting horizontal ellipses to "..." in braille
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                   Marek Černocký
+    de            German                  Christian Kirbach
+    es            Spanish                 Daniel Mustieles
+    fr            French                  Claude Paroz
+    gl            Galician                Fran Diéguez
+    hu            Hungarian               Attila Hammer, Balázs Meskó
+    nl            Dutch                   Justin van Steijn
+    pl            Polish                  Piotr Drąg
+    pt_BR         Brazilian Portuguese    Rafael Fontenelle
+
+=========
+
+3.22.2 - 8 November 2016
+
+General:
+
+ * Improve support for Icedove
+
+ * Work around broken accessibility trees causing flat review to fail
+
+ * Work around missing state-changed events for LibreOffice toggle
+   buttons
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    fr            French                      Claude Paroz
+    nb            Norwegian bokmål            Kjartan Maraas
+    nl            Dutch                       Justin van Steijn
+
+=========
+
 3.22.1 - 11 October 2016
 
 Terminal:
diff --git a/README b/README
index c8a889c..3a46cd7 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.22.2pre
+Orca v3.23.4
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.22.x is supported on GNOME 3.22.x only.  We highly suggest you
+Orca v3.23.x is supported on GNOME 3.23.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.22.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.23.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 a43de2c..ec628f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [22])
-m4_define([orca_micro_version], [2pre])
+m4_define([orca_minor_version], [23])
+m4_define([orca_micro_version], [4])
 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]