[orca/gnome-3-0] Prep for v3.0.3



commit 41e8c740297c3d4396cc41dc72a06f37c657f1b4
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jul 4 18:45:28 2011 -0400

    Prep for v3.0.3

 NEWS         |   26 ++++++++++++++++++++++++++
 README       |    6 +++---
 configure.in |    2 +-
 3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index d045d4a..55f2831 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.0.3 - 4-July-2011
+
+General
+
+  * Fix for bug 653642 - Alt+F4 followed by Escape leaves the Orca window
+    closed - but Orca still running
+
+  * Fix for bug 653628 - List shortcuts mode: shortcut is spelled out as
+    "shift T A B" instead of saying "shift tab"
+
+  * Fix for bug 653634 - Orca welcome message is cut off
+
+  * Fix for bug 653624 - bash-ism causes error in orca startup script
+
+  * Fix for bug 652043 - In Libreoffice applications Orca doesn't present
+    the title bar
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ca valencia   Catalan (Valencian)  Carles Ferrando
+    de            German               Christian Kirbach
+    tr            Turkish              Muhammet Kara
+    es            Spanish              Daniel Mustieles
+
+==========
+
 3.0.2 - 23-May-2011
 
   * Fix for bug #647037 - Pronunciation rules not being applied until
diff --git a/README b/README
index 78c8769..e4b49f1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.0.2
+Orca v3.0.3
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Build Requirements
 ========================================================================
 
-Orca v2.91.x is supported on GNOME 2.91.x only.  We highly suggest you
+Orca v3.0.x is supported on GNOME 3.0.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 
@@ -31,7 +31,7 @@ Building Orca also requires the development modules for the following
 to be installed:
 
 * Python           - Python platform
-* pyorbit          - Python bindings for ORBit2
+* pyorbit          - Python bindings for ORBit2 (optional)
 * pygtk            - GTK+ Python bindings
 * pygobject        - Python bindings for the GObject library
 * json-py          - JSON encoder/decoder (included in Python >= 2.6)
diff --git a/configure.in b/configure.in
index e597329..6e2c668 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], [2])
+m4_define([orca_micro_version], [3])
 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]