[orca] Prep for 3.5.2 release



commit 7ef7285bfc756777796b62aba5ec770b63137124
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Jun 4 16:59:22 2012 -0400

    Prep for 3.5.2 release

 NEWS             |   66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README           |    2 +-
 configure.ac     |    2 +-
 po/POTFILES.skip |    1 +
 4 files changed, 69 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ebadff2..2f5872c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,69 @@
+3.5.2 - 4 June 2012
+
+For users:
+
+  * Improve Orca's presentation of gnome-shell/clutter dialog boxes
+
+  * Handle traceback seen with embedded object chars in Yelp
+
+  * Fix a bug in the state change notifiers
+
+  * Don't ignore MouseButtonEvent instances due to timestamp
+
+  * Fix for Orca saying "Primary" for mnemonic Ctrl++
+
+  * Fix for bug 659588, Orca presents Ctrl+Plus and Ctrl+Minus
+    accelerators partially-translated
+
+  * Fix for speech keybindings failing when no speech settings have
+    been saved
+
+  * Remove the now-redundant 'orca -q/--quit' and 'orca -f/--forcequit'
+    (pkill works reliably)
+
+  * Ensure we eliminate replaced Orca processes
+
+  * Handle multiple and alternate installations better
+
+  * Eliminate the Orca shell script and cause Orca to run as a single
+    process rather than two
+
+For translators (whom we love):
+
+  * GNOME Goal: Remove markup in messages
+
+  * Add translator notes; provide more detail for vague ones
+
+  * Workaround for intltool not including translator notes for orca.in
+
+  * Fix for bug 675522 - incorrect comment for translators
+
+Other:
+
+  * Much work towards the Python 3 migration
+
+  * Fix for bug 658834 - Use GDbus via gobject-introspection instead
+    dbus-python
+
+  * Revert "Interim fix for bug 672242"
+
+  * Fix for bug 669813 - Remove pyxdg dependency
+
+  * Get rid of the forced-qui-prefs when there are no settings.
+
+  * Continued general code cleanup
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                  Marek ÄernockÃ
+    es            Spanish                Daniel Mustieles
+    fr            French                 Bruno Brouard
+    gl            Galician               Fran DiÃguez
+    ja            Japanese               Jiro Matsuzawa
+    sl            Slovenian              Matej UrbanÄiÄ
+
+=========
+
 3.5.1 - 30 April 2012
 
 General
diff --git a/README b/README
index 54d70d8..98884d2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.5.2pre
+Orca v3.5.2
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 2832c9d..63861f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [5])
-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])
 
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 0fd6508..2036f81 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,2 +1,3 @@
 src/louis/constants.py
 src/orca/settings_manager.py
+src/orca/orca_bin.py



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