[orca/gnome-3-36] Prep for 3.36.2 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-36] Prep for 3.36.2 release
- Date: Thu, 23 Apr 2020 18:42:47 +0000 (UTC)
commit d0790aca8c543bd4e8e71d13bac17e370508aa80
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Thu Apr 23 14:42:16 2020 -0400
Prep for 3.36.2 release
NEWS | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
README.md | 2 +-
configure.ac | 2 +-
3 files changed, 60 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 402fc6215..142449324 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+3.36.2 - 23 April 2020
+
+Chromium:
+
+ * Fix chattiness issue resulting from failing to consider the prior
+ object when generating labelOrName
+
+ * Improve responsiveness of text selection in large objects
+
+ * Prevent double-speaking of ARIA combobox value
+
+ * Don't speak child position for popup menus (it's always 1 of 1)
+
+Web:
+
+ * Fix bug causing us to present stale value information for ARIA
+ range widgets
+
+ * Don't present load completed or page summary information if we are
+ in focus mode for a valid object
+
+ * Don't present loading message from pages which have no URI (fixes
+ some chattiness when launching Firefox)
+
+ * Work harder to find presentable text for ARIA alert role
+
+ * Don't iterate through all children of very complex SVGs (improves
+ performance)
+
+ * Only present comment role when first entering the comment (chattiness)
+
+ * Fix bug causing us to not present text which is directly inside a
+ scroll pane
+
+ * Fix bug causing us to present stale information in rich-text editors
+
+Mouse Review:
+
+ * Fix mouse review on some web elements after scrolling
+
+General:
+
+ * Don't present position in list for comboboxes which lack children
+
+ * Fix bug causing us to not present changes in already-focused terminal
+ when Orca is launched
+
+ * Improve presentation of status bar labels
+
+ * Fix bug causing us to not echo text insertions
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ oc Occitan Quentin PAGÈS
+ sl Slovenian Matej Urbančič
+
+=========
+
3.36.1 - 11 March 2020
Web:
diff --git a/README.md b/README.md
index 067cee009..1a6565be8 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.36.2pre
+# Orca v3.36.2
## Introduction
diff --git a/configure.ac b/configure.ac
index 7a10bcf18..8cff21566 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], [2pre])
+m4_define([orca_micro_version], [2])
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]