[orca] Release prep for v3.33.1



commit 7021ec924b12ceffabe2c246fba51bfa5d43a426
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Thu Apr 18 15:53:20 2019 -0400

    Release prep for v3.33.1

 NEWS         | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 README       |  2 +-
 configure.ac |  2 +-
 3 files changed, 51 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 90c855ea8..b2c70a83e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,52 @@
+3.33.1 - 18 April 2019
+
+Web:
+
+ * Fix issue navigating to and around multibyte characters
+
+ * Fix issue related to our workaround for broken Gecko text
+
+ * Improve presentation of nameless links with non-meaningful URL
+
+ * Fix bug causing us to get stuck in a nested layout tables when
+   using table navigation on the non-layout parent
+
+ * Don't exit focus mode when navigating among text in a web app
+
+ * Only do the work to filter inferred labels if we have to
+
+ * Eliminate duplicate presentation of table-row content
+
+ * Fix bug in going to the beginning/end of a container via structural
+   navigation
+
+Speech:
+
+ * When we don't have a custom char name, use speech-dispatcher's API
+   to speak characters so that letters are not presented as words
+
+Qt:
+
+ * Ignore events from accelerator labels
+
+LibreOffice:
+
+ * Do not announce selection changes from unfocused combo boxes
+
+General:
+
+ * Handle the reported number of text selections being -1
+
+ * Migrate from intltool to gettext
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    da            Danish                Ask Hjorth Larsen
+    fi            Finnish               Jiri Grönroos
+    fr            French                Guillaume Bernard
+
+=========
+
 3.32.0 - 13 March 2019
 
 New and updated translations (THANKS EVERYONE!!!):
diff --git a/README b/README
index b10e6f5f3..f4889a6fc 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.33.1pre
+Orca v3.33.1
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index e3bdb6d66..f97aecd7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [33])
-m4_define([orca_micro_version], [1pre])
+m4_define([orca_micro_version], [1])
 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]