[orca] Prep for the 3.21.3 release



commit 3eeada18814a3543fcf1a8af7029a4d2e28089d9
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Jun 20 20:45:14 2016 -0400

    Prep for the 3.21.3 release

 NEWS         |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |    2 +-
 configure.ac |    2 +-
 3 files changed, 54 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d5ee644..007a79a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,55 @@
+3.21.3 - 20 June 2016
+
+Web:
+
+ * Fix a couple of instances of Orca getting stuck during caret
+   navigation
+
+ * Fix bug in setting position via element-list dialogs
+
+ * Eliminate double-presentation of inferred labels
+
+ * Add more caching for performance
+
+LibreOffice:
+
+ * Ignore object:state-changed:sensitive events for menu items
+   because LibreOffice is flooding us
+
+General:
+
+ * Eliminate hang resulting from AT-SPI2 crash
+
+ * Don't show as desktop application in Unity; Orca is part of
+   Universal Access
+
+ * Take interfaces into account when looking for non-descendable
+   descendants (helps with performance)
+
+ * Handle more instances of objects going defunct, apps becoming
+   non-responsive, and apps creating duplicate accessible objects
+
+ * Make the output of 'orca -l' more verbose to identify non-
+   responsive apps
+
+ * Ensure a script only registers one signal handler for clipboard
+   changes
+
+ * Ensure synthesizer is changed when switching profiles via command
+
+ * Filter out more duplicate input events
+
+ * Support non-srcdir builds in autogen.sh
+
+ * Miscellaneous code clean up
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ oc            Occitan                     Cédric Valmary
+ pl            Polish                      Piotr Drąg
+
+=========
+
 3.21.1 - 25 April 2016
 
 Gecko:
diff --git a/README b/README
index 4231e13..43d5f79 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.21.2pre
+Orca v3.21.3
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index f7766be..63a4c19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [21])
-m4_define([orca_micro_version], [2pre])
+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]