[orca] Release prep



commit e1d49efd09e8397be5408caf69a23de70f96f650
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Feb 19 12:21:32 2018 +0100

    Release prep

 NEWS         |   58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 60 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index bbc57c2..471810b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+3.27.91 - 19 February 2018
+
+Web + Email:
+
+ * Improve navigation among, and presentation of, editable elements with
+   descendants
+
+ * Fix bug in which Orca went silent due to text elements failing to
+   support the accessible text interface
+
+ * Eliminate double presentation of visual labels which also provide the
+   accessible description
+
+ * Fix issue causing Orca to skip over certain table content in SayAll
+
+ * Improve presentation of displayed text in ARIA dialogs
+
+ * Re-enable announcement of page tab switches in Firefox
+
+LibreOffice:
+
+ * Work around https://bugs.documentfoundation.org/show_bug.cgi?id=109398
+
+ * Eliminate double presentation of redundant frames
+
+General:
+
+ * Implement initial support for braille "word wrap"
+
+ * Improve presentation of locations in file chooser dialog
+
+ * Only present text changes from type-ahead entries if they are focused
+
+ * Eliminate some chattiness resulting from redundant focus claims from
+   Gtk+ tables
+
+ * Eliminate double-presentation of spin button value changes
+
+ * Fix bug causing nameless, valueless comboboxes to not be presented
+
+ * Fix issues in Orca's documentation
+
+ * Bump minimum version of AT-SPI2
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    de            German                Tim Sabsch
+    eo            Esperanto             Kristjan SCHMIDT
+    es            Spanish               Daniel Mustieles
+    fr            French                Claude Paroz
+    gl            Galician              Fran Dieguez
+    id            Indonesian            Kukuh Syafaat
+    po            Polish                Piotr Drąg
+    pt_BR         Brazilian Portuguese  Enrico Nicoletto
+    uk            Ukrainian             Андрій Бандура
+
+=========
+
 3.27.3 - 11 December 2017
 
 Web + Email:
diff --git a/README b/README
index 9843868..48ceb48 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.27.4pre
+Orca v3.27.91
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 99a4d31..2a24def 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [27])
-m4_define([orca_micro_version], [4pre])
+m4_define([orca_micro_version], [91])
 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]