[orca] Prep for Orca v3.3.4



commit 677db90ca850705dd96af0ed34b500e169782ecf
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Jan 17 01:06:04 2012 +0100

    Prep for Orca v3.3.4

 NEWS           |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 README         |    2 +-
 configure.ac   |    2 +-
 po/POTFILES.in |    1 +
 4 files changed, 49 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 75286f0..c15fc8c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,49 @@
+3.3.4 - 16 January 2012
+
+Stability and Performance
+
+  * Explicitly handle dead accessible objects to prevent triggering
+    crashes in GNOME Shell
+
+  * Refactor InputEvent handling so that it is more performant and
+    less convoluted
+
+  * Get rid of the fake window:activate event as it is no longer
+    required and may be triggering window manager warnings
+
+  * Move wayward event management functionality to the Event Manager
+
+  * Fix for the problem of updatePunctuationLevel() causing breakage
+    for Emacspeak users
+
+  * Fix for bug 666628 - gdk_keymap_translate_keyboard_state() expects
+    Gdk.ModifierType; not int
+
+  * Fix for bug 666594 - app-specific preferences cannot be saved for
+    certain configurations
+
+Keyboard and Keybindings
+
+  * Speak state changes in locking keys independent of key echo
+
+  * Make it possible to use the NumPad as expected in the Desktop Layout
+
+  * Remove the redundant "alternative" keybinding functionality
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    bg            Bulgarian              Alexander Shopov
+    es            Spanish                Daniel Mustieles
+    fr            French                 Bruno Brouard
+    gl            Galician               Fran DiÃguez
+    hu            Hungarian              Attila Hammer
+    ja            Japanese               Jiro MATSUZAWA
+    mk            Macedonian             Jovan Naumovski
+    nb            Norwegian bokmÃl       Kjartan Maraas
+    sl            Slovenian              Matej UrbanÄiÄ
+
+=========
+
 3.3.3 - 19 December 2011
 
 General
diff --git a/README b/README
index 44aa139..8350a95 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.3.4pre
+Orca v3.3.4
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 1087732..6a3773e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [3])
-m4_define([orca_micro_version], [4pre])
+m4_define([orca_micro_version], [4])
 m4_define([orca_version],
           [orca_major_version.orca_minor_version.orca_micro_version])
 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 3729f0c..54176a6 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -62,6 +62,7 @@ src/orca/scripts/toolkits/Gecko/braille_generator.py
 src/orca/scripts/toolkits/Gecko/script.py
 src/orca/scripts/toolkits/Gecko/speech_generator.py
 src/orca/scripts/toolkits/WebKitGtk/braille_generator.py
+src/orca/scripts/toolkits/WebKitGtk/script.py
 src/orca/scripts/toolkits/WebKitGtk/speech_generator.py
 src/orca/settings.py
 src/orca/speechdispatcherfactory.py



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