[orca] Prep for v3.3.1



commit 84dfae1b03fbcd1a78a563c2c041d5ac95690ae0
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Oct 24 18:32:40 2011 -0400

    Prep for v3.3.1

 NEWS         |   22 ++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 912945c..58bb1f4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.3.1 - 24 October 2011
+
+General
+
+  * Fix for bug 661706 - Sanity check needed in Gecko script's
+    getBottomOfFile() to ensure we have a "last object"
+
+  * Fix for bug 659122 - UnicodeDecodeError and UnicodeEncodeError keep
+    cropping up since introspection
+
+  * Fix for bug 659122 - Traceback presenting time and date
+
+  * Fix for bug 660163 - Traceback when try to edit a keybinding
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    id            Indonesian             Andika Triwidada
+    uk            Ukranian               Daniel Korostil
+    zh_CN         Simplified Chinese     YunQiang Su
+
+=========
+
 3.1.92 - 19 September 2011
 
 General:
diff --git a/README b/README
index 7f76b4f..1aa0650 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.3.1pre
+Orca v3.3.1
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 135b4bd..c01638d 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], [1pre])
+m4_define([orca_micro_version], [1])
 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]