[orca/gnome-2-28] Prep for 2.28.0



commit b89b6e2f1dd3fa4209ea27e3695df80012d4d4f5
Author: Willie Walker <william walker sun com>
Date:   Mon Sep 21 11:07:45 2009 -0400

    Prep for 2.28.0

 NEWS          |   33 +++++++++++++++++++++++++++++++++
 README        |    6 +++---
 RELEASE-HOWTO |   11 ++++++++---
 configure.in  |    2 +-
 4 files changed, 45 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6dff1c1..6c03947 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+2.28.0 - 21-Sep-2009
+
+General:
+
+* Fix for bgo#595117 - Need to customize the presentation of the
+  packagemanager package list toggle
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    bg          Bulgarian           Alexander Shopov
+    ca          Catalan             Gil Forcada
+    ca valencia Catalan (Valencian) Carles Ferrando
+    cs          Czech               Lucas Lommer and Petr Kovar
+    da          Danish              Kenneth Nielsen
+    de          German              Chrisitan Kirback
+                                    and Mario Blättermann
+                                    and Simon Bienlein
+    en_GB       British English	    Bruce Cowan
+    es          Spanish             Jorge González
+    fi          Finnish             Ilkka Tuohela
+    gl          Galician            Antón Méixome
+    ml          Malayalam           Ani Peter
+    nb          Norwegian Bokmål    Kjartan Maraas
+    pl          Polish              Tomasz Dominikowski 
+                                    and Piotr LeszczyÅ?ski
+    ro          Romanian            Adi Roiban
+    sl          Slovenian           Matej UrbanÄ?iÄ?
+    uk          Ukranian            Maxim Dziumanenko
+    zh_HK       Traditional Chinese Chao-Hsiung Liao
+    zh_TW       Traditional Chinese Chao-Hsiung Liao
+
+==========
+
 2.27.92 - 06-Sep-2009
 
 General:
diff --git a/README b/README
index ec4868a..4fac8fd 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.28.0pre
+Orca v2.28.0
 
 Introduction
 ========================================================================
@@ -30,7 +30,7 @@ http://library.gnome.org/users/gnome-access-guide/
 Build Requirements
 ========================================================================
 
-Orca v2.27.x is supported on GNOME 2.27.x only.  We highly suggest you
+Orca v2.28.x is supported on GNOME 2.28.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.
 
@@ -46,7 +46,7 @@ to be installed:
 * BrlTTY           - BrlTTY support for braille (optional)
 * BrlAPI           - BrlAPI support for braille (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 2.27.x
+YOU ALSO NEED THE LATEST AT-SPI AND ATK FOR THE GNOME 2.28.x
 DEVELOPMENT RELEASES.  THEY MAY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the python interpreter installed
diff --git a/RELEASE-HOWTO b/RELEASE-HOWTO
index ddfe072..4cbc8e2 100644
--- a/RELEASE-HOWTO
+++ b/RELEASE-HOWTO
@@ -17,7 +17,8 @@ m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [27])
 m4_define([orca_micro_version], [90pre])
 
-Modify ./README to make sure it has the right Orca version.
+Modify ./README to make sure it has the right Orca version and GNOME
+versions.
 
 Update ./NEWS based upon entries in ./ChangeLog, or based upon git output
 from a git command like the following (the tag string followed by ".." gives
@@ -28,8 +29,12 @@ git log --pretty=format:"%ai %an <%ae>%n%n        %s%n" --name-status ORCA_2_27_
 NOTE about giving credit to translators:
 
 You should get the translator name from the "Last Translator" field in
-the .po file, not from po/Changelog. Sometimes the translator is not the
-same person as who commits the file.
+the .po file, not from po/Changelog. Sometimes the translator is not
+the same person as who commits the file.  The translators don't always
+get everything right, though, so you need to look at the commit logs
+and the *.po files.  They spend a lot of time doing translations, so
+it's worth the extra few moments to check the files to make sure we
+give them credit.
 
 NOTE: You should also make sure the external dependencies listed in
 configure.in and README are accurate.
diff --git a/configure.in b/configure.in
index ff76b99..2a5720c 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], [0pre])
+m4_define([orca_micro_version], [0])
 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]