[orca/gnome-2-32] Prep for the 2.32.1 release



commit 354f9d633df1e3f740c8a0cb91d965da946c7a0d
Author: Alejandro Leiva <aleiva emergya es>
Date:   Mon Nov 15 23:14:26 2010 +0100

    Prep for the 2.32.1 release

 NEWS         |   28 ++++++++++++++++++++++++++++
 README       |    3 ++-
 configure.in |    2 +-
 3 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 089054b..a8d3283 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+2.32.1 - 15-November-2010
+
+General:
+
+  * Add a check for xdg python package to configure.in
+
+  * Fix for bug #631544 - Orca crashes at GDM login screen if GDM's
+    .local/share/orca directory does not exist
+
+  * Fix for bug #629586 - When Orca is in learn mode and the user switches
+    to another application, Orca stops presenting the locusOfFocus
+
+  * Fix for bug #628842 - Orca speaks newly-focused panels in gnome-panel
+    using the default voice rather than the system voice
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ast         Asturian                Xandru Armesto
+    bg          Bulgarian               Damyan Ivanov
+    el          Greek                   Kostas Papadimas
+    eu          Basque                  Iñaki Larrañaga Murgoitio
+    ca          Catalan                 Gil Forcada
+    ca valencia Catalan (Valencian)     Gil Forcada
+    de          German                  Christian Kirbach
+    ja          Japanese                Takayuki KUSANO
+
+==========
+
 2.32.0 - 27-September-2010
 
 New and updated translations (THANKS EVERYONE!!!):
diff --git a/README b/README
index e8dcfd7..38a1f26 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.32.1pre
+Orca v2.32.1
 
 Introduction
 ========================================================================
@@ -37,6 +37,7 @@ to be installed:
 * Python           - Python platform
 * pyorbit          - Python bindings for ORBit2
 * pygtk            - GTK+ Python bindings
+* 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 c18d96a..c5e7d65 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [32])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_micro_version], [1])
 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]