[orca/gnome-3-6] Prep for v3.5.3



commit bb841fe8a95396cdf30889fdf2708d4fdf564eb9
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Jun 25 13:02:02 2012 -0400

    Prep for v3.5.3

 NEWS         |   26 ++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2f5872c..db478c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.5.3 - 25 June 2012
+
+General
+
+  * 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 c7f602f..f525927 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.5.3pre
+Orca v3.5.3
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index b4f4c61..de69273 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_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]