[orca] Prep for Orca v3.7.0.5



commit 3a849802061115b99e3a7f04d20cf4372eb17fb7
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Aug 6 23:15:43 2012 +0200

    Prep for Orca v3.7.0.5

 NEWS         |   23 +++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 25 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6e0770b..8c1e344 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+3.7.0.5 - 6 August 2012
+
+WebKitGtk
+
+  * Fix for bug 677320 - Cannot perform braille scrolling amongst
+    objects in WebKitGtk content
+
+  * Fix for bug 681294 - SayAll does not work as expected when focus
+    is on a link in WebKitGtk content
+
+  * Fix for traceback when determining whether a MouseButtonEvent
+    should be ignored
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    el            Greek                             Dimitris Spingos
+    hi            Hindi                             chandankumar
+    nb            Norwegian bokmÃl                  Kjartan Maraas
+    zh_HK         Traditional Chinese (Hong Kong)   Chao-Hsiung Liao
+    zh_TW         Traditional Chinese (Taiwan)      Chao-Hsiung Liao
+
+=========
+
 3.7.0.4 - 16 July 2012
 
 General
diff --git a/README b/README
index b757c43..99b0675 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.7.0.5pre
+Orca v3.7.0.5
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index c4f510a..ea6bfdc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [7])
-m4_define([orca_micro_version], [0.5pre])
+m4_define([orca_micro_version], [0.5])
 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]