[orca] Prep for Orca v3.1.90
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for Orca v3.1.90
- Date: Tue, 30 Aug 2011 02:14:54 +0000 (UTC)
commit 30f75a3dcb807187a3bf58ba41596ec890f9368a
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Mon Aug 29 22:14:21 2011 -0400
Prep for Orca v3.1.90
NEWS | 37 +++++++++++++++++++++++++++++++++++++
README | 4 ++--
configure.ac | 6 +++---
3 files changed, 42 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8f2835f..4ec057c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,40 @@
+3.1.90 - 29 August 2011
+
+General
+
+ * Fix for bug 626254 - Migrate from PyGTK to PyGObject introspection-
+ based bindings
+
+ * Fix for bug 652485 - Remove deprecated (or soon-to-be deprecated)
+ GtkBox, GtkTable, etc. and use GtkGrid instead.
+
+ * Fix for bug 657646 - Default stopSpeechOnActiveDescendantChanged()
+ should not be so restrictive
+
+ * Fix for bug 657579 - Orca should not present tooltips shown as a
+ result of mouse hovering unless the 'present tooltips' setting is
+ enabled
+
+Gecko
+
+ * Fix for bug 599361 - Significant delay building up the contents
+ of certain lines in Firefox
+
+ * Fix for bug 650904 - Work around AT-SPI2 caching issues with
+ Thunderbird
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ ca Catalan Gil Forcada
+ de German Mario BlÃttermann
+ es Spanish Gonzalo Sanhueza, Jorge GonzÃlez
+ id Indonesian Andika Triwidada
+ nb Norwegian bokmÃl Kjartan Maraas
+ sr Serbian Miroslav NikoliÄ
+ ug Uyghur Abduxukur Abdurixit, Sahran
+
+=========
+
3.1.5 - 15 August 2011
General
diff --git a/README b/README
index fa601cb..f2249f4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.1.90pre
+Orca v3.1.90
Introduction
========================================================================
@@ -40,7 +40,7 @@ to be installed:
* BrlAPI - BrlAPI support for braille (optional)
YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 3.1.x DEVELOPMENT
-RELEASES. THEY MAY CONTAIN VERY IMPORTANT BUG FIXES!
+RELEASES. THEY CONTAIN VERY IMPORTANT BUG FIXES!
NOTE: If you have multiple versions of the python interpreter installed
on your machine, you should set the PYTHON environment variable when
diff --git a/configure.ac b/configure.ac
index ced3169..c13b0eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [1])
-m4_define([orca_micro_version], [90pre])
+m4_define([orca_micro_version], [90])
m4_define([orca_version],
[orca_major_version.orca_minor_version.orca_micro_version])
-m4_define(gtk_required_version, 3.1.13)
+m4_define(gtk_required_version, 3.1.14)
m4_define(pygobject_required_version, 2.90.3)
-m4_define(atspi_required_version, 2.1.5)
+m4_define(atspi_required_version, 2.1.90)
AC_INIT([orca],
[orca_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]