[orca/gnome-3-12] Prep for v3.12.0



commit b1684d5a1e84863ab8c999028847328a59ceb9c8
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Mar 24 09:58:39 2014 -0400

    Prep for v3.12.0

 NEWS         |   13 +++++++++++++
 README       |    9 +++------
 configure.ac |    2 +-
 3 files changed, 17 insertions(+), 7 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8a3389b..37ce561 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+3.12.0 - 24 March 2014
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    an            Aragonese                   Jorge Pérez Pérez
+    da            Danish                      Ask H. Larsen
+    eu            Basque                      Inaki Larranaga Murgoitio
+    fi            Finnish                     Jiri Grönroos
+    id            Indonesian                  Andika Triwidada
+    it            Italian                     Milo Casagrande
+
+=========
+
 3.11.92 - 18 March 2014
 
 General:
diff --git a/README b/README
index 2dd8dfa..492e34f 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.12.0pre
+Orca v3.12.0
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.11.x is supported on GNOME 3.11.x only.  We highly suggest you
+Orca v3.12.x is supported on GNOME 3.12.x only.  We highly suggest you
 use the latest releases of GNOME because they contain accessibility
 infrastructure and application bug fixes that help Orca work better.
 
@@ -38,7 +38,7 @@ Orca also has the following dependencies:
 * BrlAPI           - BrlAPI support for braille (optional)
 * py-setproctitle  - Python library to set the process title (optional)
 
-YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.11.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.12.x
 RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the python interpreter installed
@@ -60,9 +60,6 @@ installed by running the following command:
 
 python -c "import brlapi"
 
-If you get the following error, the Python bindings for BrlAPI are not
-installed.
-
 See also http://live.gnome.org/Orca/Braille for more information on
 BrlTTY and also using liblouis for contracted braille.
 
diff --git a/configure.ac b/configure.ac
index b17be00..f826a26 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [12])
-m4_define([orca_micro_version], [0pre])
+m4_define([orca_micro_version], [0])
 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]