[orca] Prep for the 3.27.3 release



commit f5a73b0e3b61ae83f667a468f7e3b59e758ffa98
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Dec 11 14:01:23 2017 +0100

    Prep for the 3.27.3 release

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 39 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1bb4764..bbc57c2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.27.3 - 11 December 2017
+
+Web + Email:
+
+ * Fixed several issues in presentation of editable content
+
+ * Hack around lack of window:activate events for ARIA dialogs
+
+ * Fix presentation of find results in new version of Firefox
+
+ * Improve handling of focused elements getting destroyed when activated
+
+ * Attempt to identify and navigate around non-navigable embedded documents
+
+General:
+
+ * Fix chattiness issue caused by off-screen labels in Gtk+ listboxes
+
+ * Eliminate incorrect presentation of previous panel
+
+ * Fix issues to pass 'yelp-check validate'
+
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ca@valencia   Catalan (Valencian)   Xavi Ivars
+    cs            Czech                 Marek Černocký
+    ne            Nepali                Pawan Chitrakar
+    no            Norwegian bokmål      Kjartan Maraas
+    sv            Swedish               Anders Jonsson
+    tr            Turkish               Muhammet Kara, Olcay Aşcı
+
+=========
+
 3.26.0 - 15 September 2017
 
 Web:
diff --git a/README b/README
index 64bee6b..fcf7441 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.26.1pre
+Orca v3.27.3
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.26.x is supported on GNOME 3.26.x only.  We highly suggest you
+Orca v3.27.x is supported on GNOME 3.27.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.26.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.27.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 ae78b43..da2eb57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [26])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_minor_version], [27])
+m4_define([orca_micro_version], [3])
 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]