[orca] Prep for the 2.31.90 release



commit 79656b0bd16f994734adfca74a8ffe79243f4dbb
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Aug 16 20:35:35 2010 -0400

    Prep for the 2.31.90 release

 NEWS         |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 3 files changed, 53 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 5c58052..a8bcc1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+2.31.90 - 16-August-2010
+
+General:
+
+  * Fix for bug #577705 - When Orca starts doesn't get to the component
+    with focus
+
+  * Fix for bug #623571 - Use %-d format directive, not %d, for non-
+    numeric date format strings
+
+  * Fix for bug #626967 - Orca's shellscript shouldn't use 'exec' for
+    calling the Python script
+
+  * Fix for bug #626272 - Plural forms needed for correct localization
+
+  * Fix for bug #626640 - The Solaris user's PATH is hardcoded
+
+  * Fix for bug #626498 - Traceback seen in orca_gui_prefs.py when
+    trying to bind an unbound command
+
+  * Fix for bug #626200 -  Modules should use script methods for
+    presenting messages
+
+  * Fix for bug #626075 - Speak unicode value of current character has
+    been omitted from the laptop layout
+
+Speech:
+
+  * Fix for bug #543157 - It is not always possible to distinguish on-
+    screen text from Orca's "system" messages
+
+  * Fix for bug #626713 - Orca fails to speak superscript symbols in the
+    correct language when Up/Down Arrow is used
+
+  * Fix for bug #626197 - Orca often fails to associate the correct
+    voice with the correct string when multiple voices are present in
+    an utterance
+
+  * Fix for bug #626072 - Speech Dispatcher can get stuck in a language
+    if the default voice has no language defined
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    gl          Galician                 Fran Diéguez
+    sl          Slovenian                Matej UrbanÄ?iÄ?
+    sv          Swedish                  Daniel Nylander
+    ta          Tamil                    Dr.T.Vasudevan
+    zh          Chinese (Simplified)     Ray Wang
+
+==========
+
 2.31.6 - 02-August-2010
 
 General:
diff --git a/README b/README
index 0797659..4da5f9d 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.31.90pre
+Orca v2.31.90
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index 2a689ac..afbe0ec 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [31])
-m4_define([orca_micro_version], [90pre])
+m4_define([orca_micro_version], [90])
 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]