[orca] Prep for Orca v3.7.0.100 (Python 3 version of Orca v3.7.1)



commit 007ed018606d8e554f37449cb5501964b774732f
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Oct 22 21:59:30 2012 -0400

    Prep for Orca v3.7.0.100 (Python 3 version of Orca v3.7.1)

 NEWS         |   17 +++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 952b142..eeadfe4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+3.7.0.100 - 22 October 2012
+
+General
+
+  * Use subprocess.Popen() instead of the deprecated os.popen()
+
+  * Use for() instead of map() in cleanup()
+
+  * Pkill fails to kill Orca in Python 3
+
+  * Fix for bug 686189 - Use importlib.import_module() instead of
+    __import__() and imp.reload() instead of reload()
+
+  * Fix for braille email address auto completions in Thunderbird
+
+=========
+
 3.7.0.94 - 15 October 2012
 
 General
diff --git a/README b/README
index beaccbe..5b7d284 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.7.0.95pre
+Orca v3.7.0.100
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 48a5d87..4549fd0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [7])
-m4_define([orca_micro_version], [0.95pre])
+m4_define([orca_micro_version], [0.100])
 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]