[orca] Orca v2.91.4



commit f056562abf482cad76fe11d8f487f2de650c618a
Author: Alejandro Leiva <aleiva emergya es>
Date:   Tue Dec 21 01:10:09 2010 +0100

    Orca v2.91.4

 NEWS         |   56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    5 ++++-
 configure.in |    2 +-
 3 files changed, 61 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index de1ce51..8ca98c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,59 @@
+2.91.4 - 21-December-2010
+
+  "The Settings Manager and Profile Release: Now With More Ducks" 
+
+General:
+
+  * Fix for bug #637667 - Speech Settings in a profile are not always
+    loaded.
+
+  * Fix for bug #637653 - In a new setup, the Orca Preferences window
+    no longer gets focus.
+
+  * Fix for bug #637661 - We should be careful when using run() in Orca
+    dialogs because we can become unresponsive.
+
+  * Fix for bug #637670 - Speech is getting broken up into separate
+    utterances when it should not be.
+
+  * Fix for bug #637662 - The label serving as static text in the
+    Save Profile As dialog should be removed.
+
+  * Fix for bug #637665 - The 'Active Profile' label in the Preferences
+    dialog should have a shortcut.
+
+  * Fix for bug #637654 - Several changes need to be made to the
+    Save Profile As widgets.
+
+  * Fix for bug #637637 - The Save Profile As dialog should not be
+    setting accessible names for non-visible children.
+
+  * Fix for bug #570650 - Profiles and new settings manager.
+
+  * Fix for bug #637551 - Pressing help in the Orca Preferences dialog
+    should put you in the Preferences help.
+
+  * Work on bug #631123 - Orca documentation needs to be updated, converted
+    to Mallard, augmented, and moved to the Orca module.
+
+  * Fix for bug #637115 - Orca needs to have Miramar added to the list of
+    names for thunderbird scripts.
+
+  * Fix for bug #637422 - bookmarkCurrentWhereAmI() is not presenting roles
+    correctly.
+
+  * Fix for bug #636824 - Orca is at the mercy of speech-dispatcher's default
+    priority
+
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es     Spanish       Jorge González
+    hu     Hungarian     Attila Hammer
+    et     Estonian      Ivar Smolin
+
+==========
+
 2.91.3 - 29-November-2010
 
 General:
diff --git a/README b/README
index 2247627..51a174a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.91.4pre
+Orca v2.91.4
 
 Introduction
 ========================================================================
@@ -37,6 +37,9 @@ to be installed:
 * Python           - Python platform
 * pyorbit          - Python bindings for ORBit2
 * pygtk            - GTK+ Python bindings
+* pygobject        - Python bindings for the GObject library
+* pyyaml           - YAML parser and emitter for Python
+* pyxdg            - Python library to access freedesktop.org standards
 * gnome-python     - Python bindings for various GNOME libraries
 * gnome-speech-1.0 - Python bindings for gnome-speech (optional)
 * gnome-mag-1.0    - Python bindings for gnome-mag (optional) 
diff --git a/configure.in b/configure.in
index 5679ad2..6def27a 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [91])
-m4_define([orca_micro_version], [4pre])
+m4_define([orca_micro_version], [4])
 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]