[orca] Prep for Orca 3.3.5



commit a342bc840658632c845344ea311c6cd9d06c1416
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Feb 6 17:00:15 2012 -0500

    Prep for Orca 3.3.5

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c15fc8c..c198a0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.3.5 - 6 February 2012
+
+General
+
+  * Add handling for RuntimeError now that we get them from pyatspi2
+
+  * Fix for bug 669216 - Orca's console setup option to log out the
+    user no longer works
+
+  * Fix for bug 668880 - traceback in unity-panel-service
+
+  * Fix for bug 668472 - LookupError causes messages in Thunderbird
+    to not be readable
+
+Keyboard and Keybindings
+
+  * Fix for bug 666463 - Orca needs to present the real modifier for
+    'Primary'
+
+  * Fix for Bug 667717 - Pressing the key combination for time/date after
+    any other Orca keyboard shortcut causes the date to be spoken.
+
+  * Fix for the regressions from the keyboard-related refactoring from
+    the last unstable release. (Many thanks to all the users who tested!)
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    sv         Swedish                             Daniel Nylander
+    te         Telugu                              Praveen Illa
+    zh_HK      Traditional Chinese - HongKong      Chao-Hsiung Liao
+    zh_TW      Traditional Chinese - Taiwan        Chao-Hsiung Liao
+
+=========
+
 3.3.4 - 16 January 2012
 
 Stability and Performance
diff --git a/README b/README
index 1079699..282d996 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.3.5pre
+Orca v3.3.5
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 85ca462..0288128 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [3])
-m4_define([orca_micro_version], [5pre])
+m4_define([orca_micro_version], [5])
 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]