[orca] Prep for Orca v2.29.92



commit 7c1c192183b1085f4e98c89b72c362cd2953bb32
Author: Willie Walker <wwalker gnome org>
Date:   Sun Mar 7 14:55:14 2010 -0500

    Prep for Orca v2.29.92

 NEWS          |   25 +++++++++++++++++++++++++
 README        |    2 +-
 RELEASE-HOWTO |   46 +++++++++++++++++++++++++---------------------
 configure.in  |    2 +-
 4 files changed, 52 insertions(+), 23 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0396004..0beea4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,28 @@
+2.29.92 - 07-Mar-2010
+
+General:
+
+* Fix for bgo#611321 - keybindings.getInputHandler returns unbound
+  commands as potential keybinding candidates
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    bg          Bulgarian            Alexander Shopov
+    de          German               Simon Bienlein and
+                                     Mario Blättermann
+    en_GB       British English      Bruce Cowan
+    es          Spanish              Francisco Javier Dorado Martínez
+                                     and Jorge González
+    fr          French               Claude Paroz
+    gl          Galician             Fran Diéguez and Antón Méixome
+    pl          Polish               Piotr DrÄ?g
+    pt          Portuguese           Rui Batista
+    pt_BR       Brazilian Portuguese Felipe Vieira Borges
+    ru          Russian              ЮÑ?ий Ð?озлов and Leonid Kanter
+    ta          Tamil                Vasudeven
+
+==========
+
 2.29.91 - 20-Feb-2010
 
 General:
diff --git a/README b/README
index 8af931d..fbca8bb 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.29.91
+Orca v2.29.92
 
 Introduction
 ========================================================================
diff --git a/RELEASE-HOWTO b/RELEASE-HOWTO
index ddfe072..b11b3b4 100644
--- a/RELEASE-HOWTO
+++ b/RELEASE-HOWTO
@@ -11,11 +11,16 @@ Here's a summary for Orca:
 PREPARE SOURCES FOR THE RELEASE:
 -------------------------------
 
+Make sure you are up to date:
+
+git pull
+git status
+
 Modify these lines in ./configure.in:
 
 m4_define([orca_major_version], [2])
-m4_define([orca_minor_version], [27])
-m4_define([orca_micro_version], [90pre])
+m4_define([orca_minor_version], [29])
+m4_define([orca_micro_version], [92])
 
 Modify ./README to make sure it has the right Orca version.
 
@@ -23,7 +28,7 @@ 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
 you changes made since that tag was created):
 
-git log --pretty=format:"%ai %an <%ae>%n%n        %s%n" --name-status ORCA_2_27_4..
+git log --pretty=format:"%ai %an <%ae>%n%n        %s%n" --name-status ORCA_2_29_91..
 
 NOTE about giving credit to translators:
 
@@ -38,7 +43,7 @@ configure.in and README are accurate.
 BUILD THE RELEASE:
 -----------------
 
-./autogen.sh && make && make install &&  make distcheck
+./autogen.sh --prefix=`pwd`/bld && make && make install &&  make distcheck
 
 For sanity, you should run pylint (http://live.gnome.org/Orca/Pylint).
 
@@ -47,11 +52,10 @@ TEST THE CANDIDATE:
 ------------------
 
 cd /tmp
-gunzip -c orca-2.19.6.tar.gz | tar xvf -
-cd orca-2.19.6
+gunzip -c orca-2.29.92.tar.gz | tar xvf -
+cd orca-2.29.92
 ./configure --prefix=`pwd`/bld
-make
-sudo make install
+make all install
 ./bld/bin/orca
 
 
@@ -60,16 +64,16 @@ COMMIT RELEASE CHANGES AND TAG THE RELEASE:
 
 git commit -a
 git push
-git tag -a ORCA_2_19_6
-git push origin ORCA_2_19_6
+git tag -a ORCA_2_29_92
+git push origin ORCA_2_29_92
 
 
 UPLOAD THE RELEASE:
 ------------------
 
-scp orca-2.19.6.tar.gz wwalker master gnome org:
+scp orca-2.29.92.tar.gz wwalker master gnome org:
 ssh master.gnome.org
-install-module orca-2.19.6.tar.gz
+install-module orca-2.29.92.tar.gz
 
 
 IDENTIFY TRUNK AS "PRE":
@@ -78,8 +82,8 @@ IDENTIFY TRUNK AS "PRE":
 Modify these lines in ./configure.in:
 
   ORCA_MAJOR_VERSION=2
-  ORCA_MINOR_VERSION=19
-  ORCA_MICRO_VERSION=90pre
+  ORCA_MINOR_VERSION=30
+  ORCA_MICRO_VERSION=0pre
 
 Modify ./README to make sure it has the right "pre" version.
 
@@ -90,7 +94,7 @@ ANNOUNCE THE RELEASE
 --------------------
 
 To: gnome-announce-list gnome org:
-Subject: Announcing Orca v2.19.6
+Subject: Announcing Orca v2.29.92
 
 ===============
 * What is Orca?
@@ -105,9 +109,9 @@ contributions from wonderful community members.
 
 You can also read more about Orca at http://live.gnome.org/Orca.
 
-==================================
-* What's changed for Orca v2.19.6?
-==================================
+===================================
+* What's changed for Orca v2.29.92?
+===================================
 
 <<<INSERT NEWS HERE>>>
 
@@ -115,10 +119,10 @@ You can also read more about Orca at http://live.gnome.org/Orca.
 * Where can I get it ?
 ======================
 
-You can obtain Orca v2.19.6 in source code form at the following:
+You can obtain Orca v2.29.92 in source code form at the following:
 
-http://download.gnome.org/sources/orca/2.19/orca-2.19.6.tar.gz
-http://download.gnome.org/sources/orca/2.19/orca-2.19.6.tar.bz2
+http://download.gnome.org/sources/orca/2.29/orca-2.29.92.tar.gz
+http://download.gnome.org/sources/orca/2.29/orca-2.29.92.tar.bz2
 
 Enjoy!
 
diff --git a/configure.in b/configure.in
index 2e11776..7143ee2 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [2])
 m4_define([orca_minor_version], [29])
-m4_define([orca_micro_version], [91])
+m4_define([orca_micro_version], [92])
 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]