[orca] Prep for Orca v3.8.0



commit 2ec2a59147304bbdbf8bb28fbf0900b024fb57f4
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Mar 25 21:01:16 2013 -0400

    Prep for Orca v3.8.0

 NEWS         |   24 ++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 28 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4691774..832a232 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,27 @@
+3.8.0 - 25 March 2013
+
+General
+
+  * Fix for bug 696334 - traceback when analyzing a checkbox for the
+    flat review context
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    an            Aragonese                   Jorge Pérez Pérez
+    ca            Catalan                     Gil Forcada
+    ca            Catalan (Valencian)         Carles Ferrando
+    de            German                      Mario Blättermann
+    fi            Finnish                     Jiri Grönroos
+    fr            French                      Bruno Brouard
+                                              Alexandre Franke
+    hi            Hindi                       Chandan Kumar
+    it            Italian                     Luca Ferretti
+    pt            Portuguese                  Duarte Loreto
+    ta            Tamil                       Dr.T.Vasudevan
+    tg            Tadjik                      Victor Ibragimov
+
+=========
+
 3.7.92 - 19 March 2013
 
 General
diff --git a/README b/README
index 329185d..e777cff 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.8.0pre
+Orca v3.8.0
 
 Introduction
 ========================================================================
@@ -23,7 +23,7 @@ requests.
 Dependencies
 ========================================================================
 
-Orca v3.7.x is supported on GNOME 3.7.x only.  We highly suggest you
+Orca v3.8.x is supported on GNOME 3.8.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-SPI AND ATK FOR THE GNOME 3.5.x DEVELOPMENT
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.8.x
 RELEASES.  THEY CONTAIN VERY IMPORTANT BUG FIXES!
 
 NOTE: If you have multiple versions of the python interpreter installed
diff --git a/configure.ac b/configure.ac
index c038e9b..47648c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [8])
-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]