[orca] Prep for the 3.15.91 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for the 3.15.91 release
- Date: Tue, 3 Mar 2015 04:00:41 +0000 (UTC)
commit ea25b5e6589b84aa7b6a42f07fd4fb34ed977e57
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Mar 2 23:00:10 2015 -0500
Prep for the 3.15.91 release
NEWS | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 58 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 03f9852..868df52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+3.15.91 - 2 March 2015
+
+General:
+
+ * Add optional start and end offset arguments for getTextLineAtCaret()
+
+ * Fix multiple issues related to presentation of widgets and web content
+
+ * Don't rely on pyatspi's cache for names
+
+ * Add support for XDG_VTNR for braille
+
+ * Add formatting strings for ROLE_LABEL so that they get presented
+
+ * Work around two cases of dead LibreOffice accessible objects
+
+ * Ignore text insertions from menus and menu items
+
+ * Add support to identify and present Evolution's Status column header
+
+ * Set sayAllOnLoad's default value to False for Evolution
+
+ * Add utility methods to identify WebKitGtk content in Evolution
+
+ * Add some sanity checking to handle dead accessibles from Evolution
+
+ * Validate reportedly-selected children
+
+ * Suppress bogus "not selected" presentation in Evo's Messages tree
+
+ * Handle a missing event from a mystery object in the Evolution GUI
+
+ * Add support for Evolution's GUI
+
+ * Implement ability to use structural navigation commands during SayAll
+
+ * Remove clickCount from orca_state.py
+
+ * Move lastKeyEchoTime to speechdispatcherfactory.py
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ de German Christian Kirbach
+ es Spanish Daniel Mustieles,
+ Miguel Rodríguez Núñez
+ fr French Julien Hardelin
+ gl Galician Fran Diéguez
+ lt Lithuanian Aurimas Černius
+ nb Norwegian bokmål Kjartan Maraas
+ sl Slovenian Matej Urbančič
+ zh_TW Traditional Chinese (Taiwan) Chao-Hsiung Liao
+
+=========
+
3.15.4 - 19 January 2015
General:
diff --git a/README b/README
index 142ff96..f59bdb4 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.15.5pre
+Orca v3.15.91
Introduction
========================================================================
@@ -23,7 +23,7 @@ requests.
Dependencies
========================================================================
-Orca v3.13.x is supported on GNOME 3.13.x only. We highly suggest you
+Orca v3.15.x is supported on GNOME 3.15.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.13.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.15.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 8a151e2..b01486e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [15])
-m4_define([orca_micro_version], [5pre])
+m4_define([orca_micro_version], [91])
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]