[orca] Prep for 3.7.3



commit 1b06a53816f719831075c7ab0ad32d80c722858d
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Dec 18 08:53:25 2012 +0100

    Prep for 3.7.3

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 34 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index f5a3f49..2b82896 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.7.3 - 18 December 2012
+
+General
+
+  * Provide support to cycle amongst speech-dispatcher's capitalization
+    presentation options
+
+  * Create a generic UI which can be used in element navigation lists
+
+  * Add a _getAll() method to structural_navigation.py
+
+  * Fix for bug 689486 - Broken links to gnome-user-docs in the orca help
+
+  * Remove a missed call to str.decode()
+
+  * Make viewing Orca help in Yelp activatable via Learn Mode
+
+  * Eliminate the Splash window, Main window, and Quit window
+
+  * Increase the default uppercase pitch to 7.0
+
+  * Use GLib.source_remove() instead of the deprecated GObject equivalent
+
+  * Delete the acroread script
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es            Spanish                 Daniel Mustieles
+    ta            Tamil                   Dr.T.Vasudevan
+
+=========
+
 3.7.2 - 19 November 2012
 
 NOTE: This is the first real/official Python 3 release of Orca.
diff --git a/README b/README
index fe9f296..da98cd3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.7.3pre
+Orca v3.7.3
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index a467b07..956ea00 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], [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]