[orca] Prep for v3.9.4



commit 71f9d821291111d5c36197a9adf7ad1a5feb5ad0
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Tue Jul 9 05:30:01 2013 -0400

    Prep for v3.9.4

 NEWS         |   23 +++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1c2f9b1..ee9720d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+3.9.4 - 9 July 2013
+
+General
+
+  * Fix for bug 703645 - Use the default locale if no family is specified
+    for the default voice
+
+  * Remove deprecated stock items
+
+  * Fix for bug 672195 - Key bindings are disabled if num lock on even in
+    laptop mode
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                       Marek Černocký
+    gl            Galician                    Fran Diéguez
+    id            Indonesian                  Andika Triwidada
+    lt            Lithuanian                  Aurimas Černius
+    pt_BR         Brazilian Portuguese        Enrico Nicoletto
+    sl            Slovenian                   Piotr Drąg
+
+=========
+
 3.9.3 - 18 June 2013
 
 General
diff --git a/README b/README
index 30e52cb..0bbd890 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.9.4pre
+Orca v3.9.4
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index bbbd6d6..ec80f08 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [9])
-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])
 


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