[orca] Prep for v3.3.2



commit 993a992f10d3632ee5353e67860fdc6ee55a5284
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Nov 21 19:53:15 2011 +0100

    Prep for v3.3.2

 NEWS         |   29 +++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 31 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 58bb1f4..6d99f80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,32 @@
+3.3.2 - 21 November 2011
+
+General
+
+  * Fix for bug #664386 - Orca does not always present image links in
+    WebKitGtk content
+
+  * Fix for bug #664384 - Need to move getLinkBasename() functionality
+    out of Gecko script so all scripts can use it
+
+  * Fix for bug #659023 - Orca does not speak the desktop icon names in
+    fallback mode if tutorial messages are enabled
+
+  * Fix for bug #661893 - Viewing package list of a www.launchpad.net PPA
+    causes Orca to stop working on Firefox 7.0.1
+
+  * Fix for bug #660099 - Cannot re-bind Orca keybindings via Preferences
+    dialog
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es            Spanish                Daniel Mustieles
+    id            Indonesian             Andika Triwidada
+    nb            Norwegian bokmÃl       Kjartan Maraas
+    te            Telugu                 A Mohan Vamsee
+    tr            Turkish                Muhammet Kara
+
+=========
+
 3.3.1 - 24 October 2011
 
 General
diff --git a/README b/README
index f2333f7..225c9ee 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.3.2pre
+Orca v3.3.2
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index ff45271..6bf9e8c 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], [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]