[orca] Prep for the 2.31.91 release



commit e974b1895408f03cd0ab10518f0fef9df9438b28
Author: Alejandro Leiva <aleiva emergya es>
Date:   Tue Aug 31 02:19:21 2010 +0200

    Prep for the 2.31.91 release

 NEWS         |   62 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 3 files changed, 64 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a8bcc1c..aede01e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,65 @@
+2.31.91 - 30-August-2010
+
+General:
+
+  * Fix for bug #625422 - Remove XDG location 'migration' option
+
+  * Fix for bug #627451 - Orca needs a way to repeat the latest
+    notification messages.
+
+  * Fix for bug #628275 - Orca should be more forgiving when invalid
+    options and arguments are specified
+
+  * Fix for bug #628256 - orca.die() should call sys.exit() rather than
+    os._exit()
+
+  * Fix for bug #628300 - Write the errors to the sdterr instead of
+    sdtout
+
+  * Additional fix for bug 626272 - Plural forms needed for correct
+    localization
+
+  * Fix for bug #627052 - Orca shouldn't ignore of object:text-caret-
+    moved events which immediately follow a window:activate event
+
+  * Fix for bug #627477 - Orca splash screen shouldn't be displayed in
+    GDM
+
+  * Fix for bug #627216 - Orca not brailling messages received via
+    notify-osd
+
+Speech:
+
+  * Fix for bug #520595 - Orca is far too "chatty" for persons with
+    learning disabilities
+
+Gecko:
+
+  * Fix for bug #627769 - 2.31.91pre say all stops at links and headers
+    in firefox and thunderbird
+
+  * Fix for bug #627691 - When I say all a webpage content and Orca
+    attempts to speak an image description, the say all operation is
+    terminated
+
+OOo:
+
+  * Fix for bug #627498 - Orca should explicitly present the insertion
+    and deletion of the last row in an OOo Writer table
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs          Czeck                   Marek Ä?ernocký
+    es          Spanish                 Francisco Javier Dorado Martínez
+    gb          British English         Philip Withnall
+    gl          Galician                Fran Diéguez
+    hu          Hungarian               Gabor Kelemen
+    ja          Japanese                Jiro MATSUZAWA
+    sl          Slovenian               Matej UrbanÄ?iÄ?
+    zh          Traditional Chinese     Chao-Hsiung Liao
+                (Hong Kong and Taiwan)
+==========
+
 2.31.90 - 16-August-2010
 
 General:
diff --git a/README b/README
index 370f433..a1e39ab 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.31.91pre
+Orca v2.31.91
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index 0845441..6344403 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], [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]