[orca] Prep for Orca v3.1.4



commit 4bd1d9e24f10eff61207d3599ecfa08f35805ee7
Author: Alejandro Leiva <aleiva emergya es>
Date:   Mon Jul 25 21:34:00 2011 +0200

    Prep for Orca v3.1.4

 NEWS         |   41 +++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 3 files changed, 43 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a0b8daa..4a83f45 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,44 @@
+3.1.4 - 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
+
+Tests
+
+  * Updating gtk-demo regression and general tests
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                Marek ÄernockÃ
+    es            Spanish              Jorge GonzÃlez
+    lt            Lithuanian           Aurimas Äernius
+    sl            Slovenian            Matej UrbanÄiÄ
+    ug            Uyghur               Sahran
+
+==========
+
 3.1.3 - 4-July-2011
 
 General
diff --git a/README b/README
index d21c5c4..6b763b5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.1.4pre
+Orca v3.1.4
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index 65f465f..3a29e2d 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])
+m4_define([orca_micro_version], [4])
 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]