[orca/gnome-3-0] Orca v2.91.93



commit 5a0ceeb7fdc21c0d9951c5b000fd8704d98cd14b
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Fri Mar 25 17:12:32 2011 -0400

    Orca v2.91.93

 NEWS         |   21 +++++++++++++++++++++
 README       |    6 +-----
 configure.in |    6 +++---
 3 files changed, 25 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index c781cea..ed153b5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.91.93 - 25-March-2011
+
+GNOME 3.0:
+
+  * Use gsettings -- and not gconf -- to determine if accessibility is
+    enabled (Thanks Frederic!)
+
+  * Fix for bug #640134 - Catch pyatspi2's RuntimeErrors
+
+General:
+
+  * Fix for the problem of punctuation settings not getting properly
+    loaded or unloaded when the application script changes
+
+  * Fix for the problem of voice settings not getting properly loaded
+    or unloaded when the application script changes
+
+  * Voice settings need to be ACSSs; not dicts
+
+==========
+
 2.91.92 - 21-March-2011
 
 General:
diff --git a/README b/README
index cb7c697..6374348 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.0.0pre
+Orca v2.91.93
 
 Introduction
 ========================================================================
@@ -20,10 +20,6 @@ information on Orca, including how to run Orca, how to communicate
 with the Orca user community, and where to log bugs and feature
 requests.
 
-The Orca manual can be found in the GNOME Desktop Accessibility Guide: 
-http://library.gnome.org/users/gnome-access-guide/
-
-
 Build Requirements
 ========================================================================
 
diff --git a/configure.in b/configure.in
index b500652..79401f6 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
-m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [0])
-m4_define([orca_micro_version], [0pre])
+m4_define([orca_major_version], [2])
+m4_define([orca_minor_version], [91])
+m4_define([orca_micro_version], [93])
 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]