[orca/gnome-3-36] Orca v3.36.1 release prep



commit b4aec9aa412f17f806c4bf2b97454cbc89a54ba8
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Mar 11 12:28:04 2020 -0400

    Orca v3.36.1 release prep

 NEWS         | 16 ++++++++++++++++
 README.md    |  2 +-
 configure.ac |  2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index e388912a5..402fc6215 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+3.36.1 - 11 March 2020
+
+Web:
+
+ * Flush live region messages when interrupting presentation
+
+ * Support checkable list items and present unchecked state when item
+   has checkable state and menu item role
+
+ * Handle extraneous elements inside containers which support selection
+
+ * Improve handling of live region messages with embedded object chars
+   and filter out some duplicate messages
+
+=========
+
 3.36.0 - 11 March 2020
 
 New and updated translations (THANKS EVERYONE!!!):
diff --git a/README.md b/README.md
index ba2fc9934..331fc115e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.36.1pre
+# Orca v3.36.1
 
 ## Introduction
 
diff --git a/configure.ac b/configure.ac
index 5150a40e1..0993ed272 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [36])
-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]