orca r4314 - trunk



Author: wwalker
Date: Mon Nov  3 17:02:58 2008
New Revision: 4314
URL: http://svn.gnome.org/viewvc/orca?rev=4314&view=rev

Log:
Prep for Orca v2.25.1


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Nov  3 17:02:58 2008
@@ -1,3 +1,35 @@
+2.25.1 - 03-Nov-2008
+
+Changes since 2.24.1
+
+General: 
+
+* Refix for bug #552344 - tutorial message for desktop not spoken.
+  This is a much safer fix that doesn't depend upon human consumable
+  strings.
+
+* Fix for bug #554999 - add a new keybinding for toggling flat review.
+
+OpenOffice:
+
+* Fix for bug #357545 - Orca does not speak all buttons in OpenOffice
+  database table creation wizard.
+
+Firefox:
+
+* Fix for bug #434780 - Orca does not provide access to text
+  attributes in Firefox.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+  See also the overall translation status:
+  http://l10n.gnome.org/module/orca
+
+    hu      Hungarian            Atilla Hammer and Gabor Kelemen
+    ca      Catalan              Gil Forcada
+
+==========
+
 2.24.1 - 15-Oct-2008
 
 General:

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Nov  3 17:02:58 2008
@@ -1,4 +1,4 @@
-Orca v2.24.1
+Orca v2.25.1
 
 Introduction
 ========================================================================
@@ -27,7 +27,7 @@
 Build Requirements
 ========================================================================
 
-Orca v2.24.x is supported on GNOME 2.24.x only.  We highly suggest you
+Orca v2.25.x is supported on GNOME 2.25.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Nov  3 17:02:58 2008
@@ -1,7 +1,7 @@
 AC_INIT(ChangeLog)
 
 ORCA_MAJOR_VERSION=2
-ORCA_MINOR_VERSION=24
+ORCA_MINOR_VERSION=25
 ORCA_MICRO_VERSION=1
 ORCA_VERSION="$ORCA_MAJOR_VERSION.$ORCA_MINOR_VERSION.$ORCA_MICRO_VERSION"
 AM_INIT_AUTOMAKE(orca, $ORCA_VERSION)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]