[orca] Prep for the 3.19.3 release



commit 00dc0032bd34be6fce469415120059c80b5d8d34
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Dec 16 11:01:59 2015 +0100

    Prep for the 3.19.3 release

 NEWS         |   48 ++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 50 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index ff6dfe7..6362994 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,51 @@
+3.19.3 - 16 December 2016
+
+New Settings and Commands:
+
+ * Create separate cell-vs-row reading options for tables in GUIs, text
+   documents, and spreadsheets
+
+ * Add GUI option to configure capitalization style
+
+Web:
+
+ * Improve performance of presentation of web listboxes
+
+ * Improve presentation of headings which contain embedded objects
+
+ * Improve presentation of non-empty anchors
+
+General:
+
+ * Ensure the correct voice is used when generating current line of text
+
+ * Call gdk_notify_startup_complete()
+
+ * Fix several bugs related to presenting the locus of focus
+
+ * Fix double-presentation of top-level Gtk+ alerts
+
+ * Cache the string in addition to the offsets for selected text (perf.)
+
+ * Add more sanity checks for defunct objects and applications
+
+ * Stop filtering out events from ROLE_FILLER (because some applications
+   lack proper roles)
+
+ * Don't treat a series of periods as an ellipsis
+
+ * Treat ROLE_PAGE as a top-level object when doing Zombie checks (fixes
+   Evince issue)
+
+ * Don't verbalize punctuation or capitalization for system messages
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es            Spanish                     Daniel Mustieles
+    pt            Portuguese                  Pedro Albuquerque
+
+=========
+
 3.19.2 - 25 November 2015
 
 New Settings and Commands:
diff --git a/README b/README
index dbde851..96bc321 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.19.3pre
+Orca v3.19.3
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index a9f3b4a..298cbe7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [19])
-m4_define([orca_micro_version], [3pre])
+m4_define([orca_micro_version], [3])
 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]