[orca/orca-xdesktop] Prep for v3.1.4-xdesktop



commit 880ec9fba9029219167ff3088959cfb4915036de
Author: Alejandro Leiva <aleiva emergya es>
Date:   Mon Jul 25 22:14:14 2011 +0200

    Prep for v3.1.4-xdesktop

 NEWS         |   34 ++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 3 files changed, 36 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 83210bf..5533dd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,37 @@
+3.1.4-xdesktop - 25-July-2011
+
+General
+
+  * Fix for bug #654111 - Need to map 'gtk' to GAIL toolkit script
+
+  * Fix for bug #634460 - Could orca provide date/time information
+    within the debug files?
+
+  * Fix for bug #654210 - Orca sometimes fails to present the default
+    button in a dialog
+
+  * Fix for bug #654321 - Orca's debug utility reports the toolkit
+    version as 'unknown'
+
+  * Fix for bug #654426 - The speech generator's _generateAncestors()
+    method needs to handle page tabs which do not implement AtkText
+
+  * Fix for bug #654789 - Orca is not localizing key sequences when
+    presenting them to the user
+
+  * Fix for bug #654795 - Need to improve Orca's speech presentation
+    of WebKitGtk access keys
+
+  * Fix for bug #654796 - Orca is not respecting the 'only speak displayed
+    text' setting with rolename presentation in WebKitGtk content
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech            Marek ÄernockÃ
+    es            Spanish          Gonzalo Sahuenza and Daniel Mustieles
+
+==========
+
 3.1.3-xdesktop - 4-July-2011
 
 General
diff --git a/README b/README
index bcb5493..9597e8c 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.1.4pre-xdesktop (For non-GNOME 3.x environments)
+Orca v3.1.4-xdesktop (For non-GNOME 3.x environments)
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index 7ad1bde..2eb50e9 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [1])
-m4_define([orca_micro_version], [4pre-xdesktop])
+m4_define([orca_micro_version], [4-xdesktop])
 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]