orca r4646 - trunk



Author: wwalker
Date: Mon Mar 16 00:15:24 2009
New Revision: 4646
URL: http://svn.gnome.org/viewvc/orca?rev=4646&view=rev

Log:
Prep for Orca v2.26.0


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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Mar 16 00:15:24 2009
@@ -1,3 +1,38 @@
+2.26.0 - 15-Mar-2009
+
+NOTE - these are the changes since 2.25.92.  For a summary of changes over 
+the 2.24.x release series, please refer to the following URL:
+
+    http://live.gnome.org/TwoPointTwentyfive/ReleaseNotes
+
+General:
+
+* Updates to regression tests, mainly to work with Firefox 3.1 Beta 3.
+
+Firefox:
+
+* Fix for bug #570557 - (ARIA) List items not presented.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+  See also the overall translation status:
+  http://l10n.gnome.org/module/orca
+
+    da 	     Danish		  Kenneth Nielsen
+    de       German               Simon Bienlein and Mario BlÃttermann
+    es       Spanish              Francisco Javier Dorado Martinez and 
+                                  Jorge Gonzalez
+    hi       Hindi                Rajesh Ranjan
+    hu       Hungarian            Gabor Kelemen
+    it       Italian              Luca Ferretti and Milo Casagrande
+    ml       Malayalam            Harivishnu and Ani Peter
+    or       Oriya                Manoj Kumar Giri
+    pl       Polish               Wadim Dziedzic
+    ru       Russian              Nickolay V. Shmyre
+    ta       Tamil                I. Felix
+    te       Telugu               Krishnababu K
+
+==========
 2.25.92 - 02-Mar-2009
 
 General:

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Mon Mar 16 00:15:24 2009
@@ -1,4 +1,4 @@
-Orca v2.25.92
+Orca v2.26.0
 
 Introduction
 ========================================================================
@@ -27,7 +27,7 @@
 Build Requirements
 ========================================================================
 
-Orca v2.25.x is supported on GNOME 2.25.x only.  We highly suggest you
+Orca v2.26.x is supported on GNOME 2.26.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.
 
@@ -43,7 +43,7 @@
 * BrlTTY           - BrlTTY support for braille (optional)
 * BrlAPI           - BrlAPI support for braille (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI, ATK, AND GAIL FOR THE GNOME 2.25.x
+YOU ALSO NEED THE LATEST AT-SPI, ATK, AND GAIL FOR THE GNOME 2.26.x
 DEVELOPMENT RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the python interpreter installed

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Mon Mar 16 00:15:24 2009
@@ -1,8 +1,8 @@
 AC_INIT(ChangeLog)
 
 ORCA_MAJOR_VERSION=2
-ORCA_MINOR_VERSION=25
-ORCA_MICRO_VERSION=92
+ORCA_MINOR_VERSION=26
+ORCA_MICRO_VERSION=0
 ORCA_VERSION="$ORCA_MAJOR_VERSION.$ORCA_MINOR_VERSION.$ORCA_MICRO_VERSION"
 AM_INIT_AUTOMAKE(orca, $ORCA_VERSION)
 AC_SUBST(ORCA_VERSION)



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