[orca] Prep for Orca v2.29.2



commit 4e8201a3eb9fd049c4d98e6f7fbb4a54edc1a421
Author: Willie Walker <william walker sun com>
Date:   Mon Nov 16 10:33:37 2009 -0500

    Prep for Orca v2.29.2

 NEWS         |   42 ++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.in |    2 +-
 3 files changed, 44 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 432af85..5258bfe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,45 @@
+2.29.2 - 16-Nov-2009
+
+NOTE - as a result of work on bgo#598917, you must now use
+"orca --replace" if you want the new Orca process to kill any existing
+processes.  Prior to this, merely running "orca" would automatically
+kill any existing processes.  The new behavior is more consistent with
+the way singleton instances are handled by many other applications.
+
+General:
+
+* Provisional support for the GNOME Shell Magnifier (a work in
+  progress)
+
+* Fix for bgo#554688 - Navigation in gconf-editor doesn't work
+
+* Fix for bgo#597159 - Orca does not provide access to the contents of
+  Packagemanager's HTML container
+
+* Fix for bgo#597170 - Add support for Banshee script (thanks Eitan!)
+
+* Fix for bgo#598917 -  Orca Multiple Instances
+
+  NOTE: you must now use "orca --replace" if you want the new Orca
+  process to kill any existing Orca process. Prior to this, merely
+  running "orca" would automatically kill any existing processes.  The
+  new behavior is more consistent with the way singleton instances are
+  handled by many other applications.
+
+* Fix for bgo#600372 - Orca handles text configuration input
+  incorrectly
+
+* Fix for bgo#600539 - Man page improvements (thanks Arky!)
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    ca	        Catalan		     Gil Forcada
+    hu          Hungarian            Attila Hammer and Gabor Kelemen
+    nb		Norwegian bokmål     Kjartan Marass
+    sl	     	Slovenian	     Matej UrbanÄ?iÄ?
+
+==========
+
 2.29.1 - 26-Sep-2009
 
 General:
diff --git a/README b/README
index 2c1397a..f55319b 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.29.2pre
+Orca v2.29.2
 
 Introduction
 ========================================================================
diff --git a/configure.in b/configure.in
index 87863eb..7487be6 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], [2pre])
+m4_define([orca_micro_version], [2])
 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]