[orca] Prep for Orca v3.5.1



commit b60500850361a824c86573b72407582df1228c6b
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Apr 30 19:13:49 2012 -0400

    Prep for Orca v3.5.1

 NEWS         |  122 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    6 +-
 configure.ac |    2 +-
 3 files changed, 126 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 46176da..ebadff2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,125 @@
+3.5.1 - 30 April 2012
+
+General
+
+  * Prevent gnome-shell notifications from being double-presented
+
+  * Try to handle metacity timeouts more gracefully
+
+  * Fix for bug 674237 - More unicode errors found with hungarian locale
+
+  * Fix for bug 674693 - Modifier keys pressed alone should interrupt
+    speech
+
+  * Prevent Orca from interrupting speech in Anaconda trees
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                  Marek ÄernockÃ
+    gl            Galician               Fran DiÃguez
+    nb            Norwegian bokmÃl       Kjartan Maraas
+    sl            Slovenian              Matej UrbanÄiÄ
+    te            Telugu                 Sasi Bhushan
+
+=========
+
+3.4.1 - 16 April 2012
+
+GNOME 3
+
+  * Present the name change of the suspend/power off menu item
+
+  * Prevent nameless panels from delaying presentation of Top Bar button
+
+  * Prevent focused objects in gnome-shell dialogs from preempting
+    presentation of the dialog itself
+
+  * Fix for Empathy active descendant presentation getting incorrectly
+    interrupted
+
+  * Minor adjustments to get Orca working with Empathy 3.4
+
+  * Fix for bug 672461 - Orca now presents the full file list when the
+    file chooser is opened
+
+Unity
+
+  * Fix for bug 673397 - Using flat review while in Unity Greeter makes
+    Orca stop presenting screen contents
+
+  * Fix for bug 673157 - Unhandled exception when in Unity Greeter
+
+  * Fix for bug 673648 - Orca does not present Unity 2d indicators
+    correctly in braille
+
+Qt
+
+  * Fix for Orca incorrectly skipping certain menu item events in KMail
+
+  * Fix for bug 673142 - Unhandled exceptions (GError: No such object
+    path) when using Skype
+
+WebKitGtk
+
+  * Fix for bug 673540 - List and list item structural navigation
+    sometimes fails
+
+  * Prevent Orca from double-presenting focused links with structural
+    navigation in lists
+
+  * Fix for bug 672464 - Orca double presents headings which are links
+
+  * Fix braille rolename presentation
+
+  * Fix for bug 673757 - Pages with alt attribute present, but not
+    actually set, results in traceback
+
+  * Fix a UnicodeWarning
+
+Gecko
+
+  * Fix for bug 673715 - Orca double-echoes keys pressed in Thunderbird
+    address fields
+
+  * Fix for bug 673567 - List in Firefox preferences dialog not presented
+
+LibreOffice
+
+  * Fix for bug 672787 - Unhandled exceptions from dead accessibles in
+    Calc
+
+  * Fix for bug 673530 - Orca multi-presents the focused cell's contents
+    when arrowing in Calc
+
+  * Fix for bug 672953 - Orca is presenting extra "input line frame"
+    announcements in LibreOffice Calc
+
+Orca and AT-SPI
+
+  * Handle the new AT-SPI2 timeout errors
+
+  * Add additional debugging info to help track down hard-to-reproduce
+    issues
+
+  * Use os.makedirs instead of os.mkdir if the XDG data home directory
+    doesn't exist
+
+  * Disable braille monitor if the import fails
+
+  * Ensure 'orca -t' works even without a Desktop
+
+  * Fix for bug 673336 - Problems (re)binding commands with Caps_Lock
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ca            Catalan                Jordi Serratosa
+    ca            Catalan (Valencian)    Carles Ferrando
+    de            German                 Christian Kirbach
+    hu            Hungarian              Attila Hammer, Gabor Kelemen
+    lt            Lithuanian             Aurimas Äernius
+
+=========
+
 3.4.0 - 26 March 2012
 
 New and updated translations (THANKS EVERYONE!!!):
diff --git a/README b/README
index 6862919..0789a48 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.5.1pre
+Orca v3.5.1
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.4.x is supported on GNOME 3.4.x only.  We highly suggest you
+Orca v3.5.x is supported on GNOME 3.5.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 
@@ -39,7 +39,7 @@ Orca also has the following dependencies:
 * BrlAPI           - BrlAPI support for braille (optional)
 * py-setproctitle  - Python library to set the process title (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 3.4.x DEVELOPMENT
+YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 3.5.x DEVELOPMENT
 RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the python interpreter installed
diff --git a/configure.ac b/configure.ac
index 2c689d0..e58c777 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [5])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_micro_version], [1])
 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]