[orca] Prep for v3.3.91



commit dc49652c01aa69f58af7ad44bbaaeea0654de8f9
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Mar 5 17:17:57 2012 -0500

    Prep for v3.3.91

 NEWS         |   57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 59 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f7f6a03..89e394e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,60 @@
+3.3.91 - 5 March 2012
+
+General
+
+  * Check for (and where appropriate present) expandable and expanded
+    states for toggle buttons and push buttons 
+
+  * Present gnome-shell notifications (also requires fix for bug 648645)
+
+  * Fix for bug 670547 - Module for notification messages should use
+    SYSTEM_VOICE
+
+  * Handle Earlybird (Thunderbird pre-release) as Thunderbird
+
+  * Fix for bug 666424 - toolkits/gecko/script.py:updateBraille can
+    cause traceback
+
+  * Fix for several UnicodeEncodeError and UnicodeDecodeError bugs
+
+  * Fix the presentation of mnemonics which are accented letters
+
+  * Present the localized rolenames we get via pyatspi rather than use
+    Orca's pre-pyatspi rolename code for non-abbreviated rolenames
+
+  * Fix for bug 670596 - Please don't present entry roles as text roles
+
+  * Remove the old settings migration code from orca.py
+
+  * Fix for getListOfShortcuts() incorrectly eliminating commands
+
+  * Add an orca-customizations.py option to override the disabled main
+    window
+
+  * Fix for Orca not using the specified debug-file when debug flag is
+    not also provided
+
+  * Fix man page errors
+
+  * Avoid incorrectly detecting python modules which not installed
+
+  * Fix for bug 670827 - Contraction Table: need translator comment
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    be            Belarusian           Kasia Bondarava, Ihar Hrachyshka
+    bg            Bulgarian            Alexander Shopov
+    da            Danish               Kenneth Nielsen
+    fr            French               Bruno Brouard
+    gl            Galician             Fran DiÃguez
+    pl            Polish               Piotr DrÄg
+    ru            Russian              Yuri Myasoedov
+    sr            Serbian              ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ
+    sr latin      Serbian              Miroslav NikoliÄ
+    ta            Tamil                Dr.T.Vasudevan
+
+=========
+
 3.3.90 - 20 February 2012
 
 General
diff --git a/README b/README
index 67d9d4f..c10878f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.3.91pre
+Orca v3.3.91
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 8fffeed..f97a826 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [3])
-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]