orca r3430 - branches/gnome-2-20



Author: wwalker
Date: Mon Jan  7 15:52:58 2008
New Revision: 3430
URL: http://svn.gnome.org/viewvc/orca?rev=3430&view=rev

Log:
Prep for Orca v2.20.3


Modified:
   branches/gnome-2-20/NEWS
   branches/gnome-2-20/README
   branches/gnome-2-20/configure.in

Modified: branches/gnome-2-20/NEWS
==============================================================================
--- branches/gnome-2-20/NEWS	(original)
+++ branches/gnome-2-20/NEWS	Mon Jan  7 15:52:58 2008
@@ -1,3 +1,14 @@
+2.20.3 - 07-Dec-2008
+
+* Added "# -*- coding: utf-8 -*-" to the top of chnames.py to eliminate 
+  Python error message: "SyntaxError: Non-ASCII character '\xc2' in file"
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    et      Estonian             Ivar Smolin and Priit Laes
+
+==========
+
 2.20.2 - 28-Nov-2007
 
 General:

Modified: branches/gnome-2-20/README
==============================================================================
--- branches/gnome-2-20/README	(original)
+++ branches/gnome-2-20/README	Mon Jan  7 15:52:58 2008
@@ -1,4 +1,4 @@
-Orca v2.20.3pre
+Orca v2.20.3
 
 Introduction
 ========================================================================
@@ -27,10 +27,10 @@
 Build Requirements
 ========================================================================
 
-Orca is supported on GNOME 2.18 or better, but works best on the
-latest releases of GNOME.  We highly suggest you use the latest
-releases of GNOME because they contain accessibility infrastructure
-and application bug fixes that help Orca work better.
+Orca v2.20.3 is supported on GNOME 2.18 or better, but works best on
+the latest releases of GNOME 2.20.  We highly suggest you use the
+latest releases of GNOME 2.20 because they contain accessibility
+infrastructure and application bug fixes that help Orca work better.
 
 Building Orca also requires the development modules for the following
 to be installed:

Modified: branches/gnome-2-20/configure.in
==============================================================================
--- branches/gnome-2-20/configure.in	(original)
+++ branches/gnome-2-20/configure.in	Mon Jan  7 15:52:58 2008
@@ -2,7 +2,7 @@
 
 ORCA_MAJOR_VERSION=2
 ORCA_MINOR_VERSION=20
-ORCA_MICRO_VERSION=3pre
+ORCA_MICRO_VERSION=3
 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]