[orca] Prep for 3.21.92 release



commit 4c96ef36b29d04ceae478afbd2b1515d30ee544f
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Sep 16 08:27:26 2016 -0400

    Prep for 3.21.92 release

 NEWS         |   47 +++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 860fbc4..9bdb13e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,50 @@
+3.21.92 - 16 September 2016
+
+Chat:
+
+ * Fix performance issue with Pidgin channels with thousands of users
+
+ * Fix bug in presenting chatroom name when app is not active
+
+ * Add customization to present chat room name after incoming message
+
+Flat Review:
+
+ * Make context menus flat-reviewable
+
+ * Improve filtering out of non-showing menu items in flat review
+
+ * Take possible margins/padding into account when looking for the
+   descendant at a specified point (performance)
+
+ * Do not treat collapsed table rows as leaf nodes if they have
+   children
+
+Web:
+
+ * Add explicit do-not-descend-for-caret check for ROLE_IMAGE so that
+   we don't present useless information when authors use ARIA's img
+   role on embedded SVG documents
+
+ * Handle another instance of broken accessibility trees
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                 Marek Černocký
+    da            Danish                Kenneth Nielsen
+    el            Greek                 Tom Tryfonidis
+    es            Spanish               Daniel Mustieles
+    gl            Galician              Fran Diéguez
+    hu            Hungarian             Attila Hammer, Gábor Kelemen
+    kk            Kazakh                Baurzhan Muftakhidinov
+    lt            Lithuanian            Aurimas Černius
+    lv            Latvian               Rūdolfs Mazurs
+    pl            Polish                Piotr Drąg
+    sv            Swedish               Anders Jonsson
+    tr            Turkish               Muhammet Kara
+
+=========
+
 3.21.91 - 2 September 2016
 
 Flat Review:
diff --git a/README b/README
index 261f52a..85c4880 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.21.92pre
+Orca v3.21.92
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 3d9cc01..bcaae49 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [21])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_micro_version], [92])
 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]