[orca] Prep for Orca v2.91.0



commit 4a1b8659775058df00426092d4f1f707c03a8473
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Oct 3 16:11:20 2010 +0200

    Prep for Orca v2.91.0

 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 3 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 68ed641..2a30874 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+2.91.0 - 03-October-2010
+
+General:
+
+  * Fix for bug #630274 - Use system voice for the "starting Orca prefs
+    for x application" message
+
+  * Fix for bug #630644 - Modified gsmag.py to pass RectBounds arrays as
+    [left, top, right, bottom] (instead of [left, top, width, height])
+    when invoking GNOME Shell magnifier via DBus
+
+  * Fix for bug #631120 - Check for pyxdg
+
+  * Fix for bug #630142 - Two incorrectly named chat settings in
+    userCustomizableSettings
+
+  * Aditional fix for bug #609900 - Speech page speechdispatcher
+    defaults to zh
+
+OpenOffice:
+
+  * Fix for bug #630584 - Orca should announce the newly-focused sheet
+    when the user navigates amongst sheets in Calc
+
+WebKitGtk:
+
+  * Fix for bug #630328 - Orca provides no access to WebKitGtk content
+    whatsoever
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    bg       Bulgarian               Damyan Ivanov
+    cs       Czech                   Marek Ä?ernocký
+    da       Danish                  Daniel K. Gartmann, Kenneth Nielsen
+    el       Greek                   Simos Xenitellis
+    it       Italian                 Luca Ferretti
+    ja       Japanese                Takayuki KUSANO
+    pl       Polish                  Piotr DrÄ?g, Tomasz Dominikowski
+    pt_BR    Brazilian Portuguese    Djavan Fagundes
+    pt       Portuguese              Rui Batista
+
+==========
+
 2.31.92 - 13-September-2010
 
 General:
diff --git a/README b/README
index f739462..66f90a8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.91.0pre
+Orca v2.91.0
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index 12ca8d0..34782d0 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], [0pre])
+m4_define([orca_micro_version], [0])
 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]