[orca] Prep for the 3.11.3 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for the 3.11.3 release
- Date: Mon, 16 Dec 2013 18:11:56 +0000 (UTC)
commit 6996c13ef01e8366d9f114c6ba5d8894f2944995
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Dec 16 19:11:35 2013 +0100
Prep for the 3.11.3 release
NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7e768c5..ccdfd2d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+3.11.3 - 16 December 2013
+
+Please note: This cycle, Orca is getting an overhaul with much of the
+code being rewritten in preparation for the focus: event deprecation.
+I am also taking this opportunity to remove hacks and improve Orca's
+performance. While every effort is being made to ensure no regressions
+are introduced, please remember that 3.11.x is unstable. If you find a
+bug present only in 3.11.x, please report it on the Orca list.
+
+General:
+
+ * Filter out some chrome events when inferring live regions
+
+ * Fixes to prevent hangs when accessing WebKitGtk content
+
+ * Fix for a traceback when Thunderbird becomes unresponsive
+
+ * Add a check to the Gecko script's onCaretMoved() to be sure the caret
+ actually moved
+
+ * Fix bug in column header labels for the links list dialog
+
+ * Ignore selection-changed events when the current item's selection is
+ toggled via Space
+
+ * Filter out some duplicate state-changed events
+
+ * Restore the locus of focus when Alt+Tabbing back into Firefox
+
+ * Fix a chattiness issue for Eclipse
+
+ * Add a sanity check to prevent a hang when using Firefox
+
+ * Clean up the Gecko script's onCaretMoved()
+
+ * Add handling for row headers in structural navigation
+
+ * Fix for Orca not presenting the row when a table regains focus
+
+ * Fix menu-related handling (aka hacks) in the Java toolkit script
+
+ * Work on the test harness and regression tests
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ de German Simon Bienlein
+ el Greek Dimitris Spingos
+ es Spanish Daniel Mustieles
+ hu Hungarian Attila Hammer
+ pt_BR Brazilian Portuguese Rafael Ferreira
+ tg Tajik Victor Ibragimov
+ zh_CN Chinese simplified 甘 露
+
+=========
+
3.11.2 - 19 November 2013
Please note: This cycle, Orca is getting an overhaul with much of the
diff --git a/README b/README
index 5ff54a7..73be853 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.11.3pre
+Orca v3.11.3
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index 997ec2a..b9c743c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [11])
-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]