[orca] Prep for Orca v3.7.0.3



commit 700a6c6599ebbce3b698a363a6d64b5ffb74eae6
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Jun 25 13:43:21 2012 -0400

    Prep for Orca v3.7.0.3

 NEWS         |   28 ++++++++++++++++++++++++++++
 README       |    4 ++--
 configure.ac |    4 ++--
 3 files changed, 32 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2f5872c..d9802ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+3.7.0.3 - 25 June 2012
+
+General
+
+  * Python 3 migration has been completed
+
+  * Fix for bug 677748 - Launcher icon needs 256x256 variant
+
+  * Fix for Orca not presenting the 'Command not found' label in the
+    gnome-shell run dialog
+
+  * Work around for Orca not presenting the gnome-shell run dialog text
+    in braille
+
+  * Handle text implementations which report a caret offset of -1 when
+    at the end
+
+  * Eliminate unneeded and/or problematic imports
+
+  * Remove more old, no-longer-used/needed code
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    el            Greek                  Tom Tryfonidis
+    fr            French                 Bruno Brouard
+
+=========
+
 3.5.2 - 4 June 2012
 
 For users:
diff --git a/README b/README
index 6192247..1ef85e4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.5.3pre
+Orca v3.7.0.3
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.5.x is supported on GNOME 3.5.x only.  We highly suggest you
+Orca v3.7.x is supported on GNOME 3.7.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.
 
diff --git a/configure.ac b/configure.ac
index 2c4cf13..33fefe9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
-m4_define([orca_minor_version], [5])
-m4_define([orca_micro_version], [3pre])
+m4_define([orca_minor_version], [7])
+m4_define([orca_micro_version], [0.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]