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



commit 33f114be2e25eaa85abae20c7f07268af4df0697
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Nov 12 05:07:46 2012 -0500

    Prep for Orca v3.6.2

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 35 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c967bbf..540a65b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+3.6.2 - 12 November 2012
+
+General
+
+  * Fix for bug 674526 - Orca sometimes fails to present download
+    "dialog" widgets
+
+  * Fix for bug 688057 - A page that hangs orca
+
+  * Fix for Orca continuing to speak when speech is disabled via
+    the preferences dialog
+
+  * Improve performance of building flat review context
+
+  * Fix for bug 687527 - Handle applications returning 0 in
+    minimalIncrement for Value
+
+  * Use subprocess.Popen() instead of the deprecated os.popen()
+
+  * Use for() instead of map() in cleanup()
+
+  * Fix for bug 686189 - Use importlib.import_module() instead of
+    __import__() and imp.reload() instead of reload()
+
+  * Fix to braille email address auto completions in Thunderbird
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    de            German             Hendrik Knackstedt
+    ja            Japanese           OKANO Takayoshi, Yasumichi Akahoshi
+
+=========
+
 3.6.1 - 15 October 2012
 
 General
diff --git a/README b/README
index 9064071..5f50f46 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.6.2pre
+Orca v3.6.2
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index b20de36..8d8067b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [6])
-m4_define([orca_micro_version], [2pre])
+m4_define([orca_micro_version], [2])
 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]