[orca] Prep for Orca 3.25.4
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for Orca 3.25.4
- Date: Mon, 31 Jul 2017 18:34:47 +0000 (UTC)
commit c307bbfb4afaadd0e38567c1639931ff68453511
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Mon Jul 31 14:34:19 2017 -0400
Prep for Orca 3.25.4
NEWS | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 66 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index fd2e5bc..be7b7c0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,67 @@
+3.25.4 - 31 July 2017
+
+Web:
+
+ * Add support for DPub ARIA roles
+
+ * Add custom localized role names for ARIA feed and figure roles
+
+ * Treat articles as "large objects" for the purpose of structural
+ navigation
+
+ * Ensure we present infobar-like widgets with role of alert
+
+ * Eliminate double presentation of name of widgets which descend from
+ label element
+
+ * Fix presentation of checkboxes and radio buttons with descendants
+ when using caret navigation
+
+ * Work around Gecko not pruning alt="" images from accessibility tree
+
+LibreOffice:
+
+ * Fix bug in presentation of selected item in comboboxes
+
+ * Ensure we present focus claims from lists which manage descendants
+
+ * Fix performance issue presenting selection changes in spreadsheet
+
+General:
+
+ * Work around missing events for popup menus, submenus, and dialogs
+
+ * Work around missing state-changed:focused events for Gtk+ apps
+
+ * Update locusOfFocus to active window even in the case of broken
+ hierarchy
+
+ * Fix presentation of cells with multiple renderers
+
+ * Handle more instances of dead accessible objects and non-responsive
+ applications
+
+ * Eliminate chattiness resulting from events coming from ancestor of
+ locusOfFocus
+
+ * Improve presentation of newly-focused listboxes
+
+ * Sanity-check values app provides in response to getTextAtOffset()
+
+ * Address Python 3.6 invalid escape sequence deprecation
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ es Spanish Daniel Mustieles
+ fr French Claude Paroz
+ hu Hungarian Attila Hammer
+ id Indonesian Andika Triwidada
+ kk Kazakh Baurzhan Muftakhidinov
+ lv Latvian RÅ«dolfs Mazurs
+ ne Nepali Pawan Chitrakar
+
+=========
+
3.24.0 - 20 March 2017
Web:
diff --git a/README b/README
index d348517..3a3db48 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.25.1pre
+Orca v3.25.4
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index a67381d..debb9d7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [25])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_micro_version], [4])
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]