[orca] Release prep



commit 5d8fc8289f632b87938aaac134f1a09af52073ae
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu Feb 21 13:51:06 2019 +0100

    Release prep

 NEWS         | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |  2 +-
 configure.ac |  2 +-
 3 files changed, 59 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d9e4f9c0b..f52bdb516 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+3.31.91 - 21 February 2019
+
+Web:
+
+ * Ensure web contents are scrolled into view during SayAll
+
+ * Scroll the current object to the top edge when using structural
+   navigation
+
+ * Prevent extra context being presented in contenteditable elements
+
+ * Work around YouTube focus issue when navigating by heading
+
+ * Improve presentation of graphical/icon-based push buttons
+
+ * Increase the likelihood that inline list items will be presented as
+   one line
+
+ * Attempt to identify and ignore bogus events from background etherpad
+
+ * Fix issue presenting text with links when using etherpad in object
+   mode
+
+ * Don't do SayAll for URIs starting with "moz-extension"
+
+ * Improve interaction and presentation of focusable trees
+
+LibreOffice:
+
+ * Fix presentation of text selection spanning multiple, partial
+   lines in a list
+
+General:
+
+ * Fix hang resulting from building flat review context from objects
+   claiming a bogus, huge bounding box
+
+ * Handle broken accessibility tree when generating labelOrName
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                 Marek Cernocky
+    da            Danish                Alan Mortensen
+    de            German                Tim Sabsch
+    gl            Galician              Fran Diéguez
+    hu            Hungarian             Balázs Úr
+    id            Indonesian            Kukuh Syafaat
+    kk            Kazakh                Baurzhan Muftakhidinov
+    lt            Lithuanian            Aurimas Černius
+    po            Polish                Piotr Drąg
+    pt_BR         Brazilian Portuguese  Rafael Fontenelle
+    sl            Slovenian             Matej Urbančič
+    sv            Swedish               Anders Jonsson
+    tr            Turkish               Sabri Ünal
+
+=========
+
 3.31.4 - 14 January 2019
 
 New Commands:
diff --git a/README b/README
index 1ac1b9999..851f30f07 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.31.90pre
+Orca v3.31.91
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index a38e516ef..4ed8b71d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [31])
-m4_define([orca_micro_version], [90pre])
+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]