[orca] Prep for Orca v3.30.0 release



commit aeab0d27130c4af0961587e0d78385cddf91f064
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Sep 17 17:07:23 2018 -0400

    Prep for Orca v3.30.0 release

 NEWS         | 35 +++++++++++++++++++++++++++++++++++
 README       |  2 +-
 configure.ac |  2 +-
 3 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 00cccde64..a5bd57d57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+3.30.0 - 17 September 2018
+
+General:
+
+ * Present event for non-showing object if it's focused
+
+ * Don't present unselected-cell message for text objects
+
+ * Don't speak "no focus" even when there is no accessible application
+   focused (it annoys users more than it helps them)
+
+ * Automatically present details content upon expansion of controlling
+   widget
+
+ * Bump version for availability of simulating modifiers in at-spi
+
+Web:
+
+ * Ignore bogus focus event for active window from Gecko
+
+ * Don't speak row header role with multiple objects are on the same line
+
+ * Only prefer the name of links when it's author-provided
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    cs            Czech                 Marek Cernocky
+    de            German                Tim Sabsch
+    hu            Hungarian             Balázs Úr
+    pt_BR         Brazilian Portuguese  Tiago Casal
+    sk            Slovak                Peter Vágner
+    sv            Swedish               Anders Jonsson
+
+=========
+
 3.29.92 - 3 September 2018
 
 General:
diff --git a/README b/README
index 4fdb4032e..db9cf0ad3 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.30.0pre
+Orca v3.30.0
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 1d0f1509a..a3ac91452 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [30])
-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]