[orca] Release prep



commit 46feccfb4e0d56e8288053f8b249aea04c6cbb48
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Aug 27 10:18:58 2019 -0400

    Release prep

 NEWS         | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |  2 +-
 configure.ac |  2 +-
 3 files changed, 52 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c3f2ddb33..b3c41b981 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,53 @@
+3.33.91 - 27 August 2019
+
+Web:
+
+ * Improve performance with structural navigation amongst large objects.
+   Also fix performance regression introduced in unstable release.
+
+ * Treat headings as paragraphs for the purpose of structural navigation
+
+ * Treat push buttons with state has-popup as focus-mode widgets
+
+ * Fix chattiness resulting from svg elements with no information
+
+ * Don't generate tutorial messages for widgets in document content
+
+ * Eliminate some chattiness with Google Drive menus
+
+ * Improve presentation of widgets which are destroyed and recreated
+   while focused
+
+ * Improve detection and presentation of content which is exposed to
+   us incorrectly due to CSS properties
+
+ * Ongoing work on Chromium support. Note: ATK support in Chromium is
+   still a work in progress and not yet ready for end-user testing.
+   But we're getting close, so stay tuned!
+
+GNOME Shell:
+
+ * Eliminate some chattiness with Dash
+
+New and updated translations (THANKS EVERYONE!!!):
+
+   ca            Catalan               Robert Antoni Buj i Gelonch
+   cs            Czech                 Marek Cernocky
+   de            German                Tim Sabsch
+   en_GB         British English       Bruce Cowan
+   eu            Basque                Asier Sarasua Garmendia
+   fr            French                Claude Paroz
+   gl            Galician              Fran Diéguez
+   lt            Lithuanian            Aurimas Černius
+   lv            Latvian               Rūdolfs Mazurs
+   ne            Nepali                Pawan Chitrakar
+   po            Polish                Piotr Drąg
+   sl            Slovenian             Matej Urbančič
+   sr            Serbian               Марко Костић
+   tr            Turkish               Çağatay Yiğit Şahin
+
+=========
+
 3.33.90 - 2 August 2019
 
 Web:
diff --git a/README b/README
index de05176cd..21b40a9f0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.33.91pre
+Orca v3.33.91
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 4260dea06..1fb1636bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [33])
-m4_define([orca_micro_version], [91pre])
+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]