[orca] Prep for the 3.7.2 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for the 3.7.2 release
- Date: Tue, 20 Nov 2012 03:12:57 +0000 (UTC)
commit a7a812766d7e3ed9e32c3fdd987d54782a70dbfd
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Nov 19 21:59:36 2012 -0500
Prep for the 3.7.2 release
NEWS | 43 +++++++++++++++++++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 6 +++---
3 files changed, 49 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index eeadfe4..f5a3f49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+3.7.2 - 19 November 2012
+
+NOTE: This is the first real/official Python 3 release of Orca.
+
+General
+
+ * Replace deprecated GObject functions with their GLib equivalents
+
+ * Improve performance of building flat review context
+
+ * Add keywords to the desktop file
+
+ * Python 3 compatibility fixes for brlapi
+
+ * Fix for bug 687526 - Patch: Orca excepts trying to output exceptions
+
+ * Fix for bug 687527 - Handle applications returning 0 as the Value's
+ minimalIncrement
+
+Gecko
+
+ * Fix for bug 674526 - Orca sometimes fails to present download dialog
+ widgets in Firefox
+
+ * Fix for bug 688057 - A page that hangs Orca.
+
+Speech
+
+ * Most of the fix for bug 688172 - Orca gets stuck in uppercase pitch
+
+ * Fix for Orca continuing to speak when speech is disabled via the
+ Preferences dialog
+
+ * Fix for bug 687239 - Traceback seen in Python 3.3 when there are no
+ settings saved
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ de German Hendrik Knackstedt
+ hu Hungarian Attila Hammer
+
+=========
+
3.7.0.100 - 22 October 2012
General
diff --git a/README b/README
index 82715e8..6d702a8 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.7.0.200pre
+Orca v3.7.2
Introduction
========================================================================
@@ -45,11 +45,11 @@ NOTE: If you have multiple versions of the python interpreter installed
on your machine, you should set the PYTHON environment variable when
configuring Orca. For example:
- PYTHON=/usr/bin/python3.2 ./autogen.sh
+ PYTHON=/usr/bin/python3.3 ./autogen.sh
or
- PYTHON=/usr/bin/python3.2 ./configure
+ PYTHON=/usr/bin/python3.3 ./configure
NOTE FOR BRLTTY USERS:
========================================================================
diff --git a/configure.ac b/configure.ac
index d93327b..d0d0c8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,11 +1,11 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [7])
-m4_define([orca_micro_version], [0.200pre])
+m4_define([orca_micro_version], [2])
m4_define([orca_version],
[orca_major_version.orca_minor_version.orca_micro_version])
-m4_define(gtk_required_version, 3.5.16)
-m4_define(pygobject_required_version, 3.2.2)
+m4_define(gtk_required_version, 3.6.2)
+m4_define(pygobject_required_version, 3.4.2)
m4_define(atspi_required_version, 2.6)
m4_define(atkbridge_required_version, 2.6)
m4_define(atk_required_version, 2.6)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]