[orca/gnome-2-28] Prep for Orca v2.28.1



commit 039963e8a37aae51e150018d6806532ee3eeca21
Author: Willie Walker <william walker sun com>
Date:   Mon Oct 19 14:23:48 2009 -0400

    Prep for Orca v2.28.1

 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 3 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6c03947..3081c46 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,46 @@
+2.28.1 - 19-Oct-2009
+
+General:
+
+* Fix for bgo#596257 - Generator arguments are not passed along with
+  _generateImage()
+
+* Fix for bgo#596340 - Exception if no selection is given when
+  choosing a language
+
+* Fix for bgo#596364 - Create a script for the OpenSolaris Device
+  Driver Utility
+
+* Fix for bgo#596384 - Orca sometimes fails to speak a newly-focused
+  table in certain OpenSolaris utilities
+
+* Fix for bgo#598797 - Gnome-Terminal and VTE dump core when using Orca
+
+Firefox/Thunderbird:
+
+* Fix for bgo#592634 - The Gecko script's handling of caret navigation
+  interferes when navigating editable messages in Thunderbird
+
+* Fix for bgo#593520 - The Gecko script's getBottomOfFile needs to be
+  more efficient
+
+* Fix for bgo#593594 - Orca says "blank" when Firefox returns a bogus
+  value for getTextAtOffset
+
+* Fix for bgo#593596 - When the user Up Arrows to a line in Firefox
+  which begins with a nested paragraph, Orca fails to present that
+  line
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    da		Danish	     	     Kenneth Nielsen
+    de          German               Simon Bienlein
+    el		Greek		     Jennie Petoumenou
+    it          Italian              Luca Ferretti
+    ru		Russian		     Leonid Kanter
+
+==========
+
 2.28.0 - 21-Sep-2009
 
 General:
diff --git a/README b/README
index 4fac8fd..0ebc1a1 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.28.0
+Orca v2.28.1
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index 2a5720c..f1457ab 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [28])
-m4_define([orca_micro_version], [0])
+m4_define([orca_micro_version], [1])
 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]