[orca/gnome-3-36] Prep for 3.35.92 release



commit 12bd3a47e8cad3604e9a72682ec16eff225aa733
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Wed Mar 4 15:27:09 2020 +0100

    Prep for 3.35.92 release

 NEWS         | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md    |  2 +-
 configure.ac |  2 +-
 3 files changed, 53 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3a8eff220..4dc98c671 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,54 @@
+3.35.92 - 4 March 2020
+
+Chromium:
+
+ * Fix presentation of child position for files in Google Drive
+
+ * Handle list item markers which lack "::marker" tag
+
+Web:
+
+ * Fix presentation of list items in GMail composition window
+
+ * Eliminate chattiness from redundant SVG images which lack accessible
+   information.
+
+ * Present SVG documents using the image role
+
+ * Several improvements to presentation of contenteditable content
+
+ * Several improvements to presentation of aria-details information
+
+ * Present aria-invalid info for non-widget elements
+
+ * Present aria-roledescription value before mark/highlight start
+   message
+
+ * Ensure ARIA links are not treated like anchors
+
+LibreOffice:
+
+ * Calc: Eliminate chattiness from spreadsheet reclaiming focus after
+   editing cell
+
+General:
+
+ * Ensure we use the right voice when presenting autocomplete role
+
+ * Improve handling for window switchers which fail to emit needed
+   accessibility events
+
+New and updated translations (THANKS EVERYONE!!!):
+
+   da            Danish                Alan Mortensen
+   fr            French                Julien Humbert
+   id            Indonesian            Kukuh Syafaat
+   it            Italian               Milo Casagrande
+   pt_BR         Brazilian Portuguese  Tiago Casal
+   sl            Slovenian             Matej Urbančič
+
+=========
+
 3.35.91 - 20 February 2020
 
 Chromium:
diff --git a/README.md b/README.md
index 278b6c481..3edd7a2e1 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.35.92pre
+# Orca v3.35.92
 
 ## Introduction
 
diff --git a/configure.ac b/configure.ac
index 3f47f4e19..48ffeb520 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [35])
-m4_define([orca_micro_version], [92pre])
+m4_define([orca_micro_version], [92])
 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]