[orca] Release prep



commit dcadc3783c1d4063158b2b36b2e83479c36805f0
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Aug 10 12:03:50 2020 +0200

    Release prep

 NEWS         | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README.md    |  2 +-
 configure.ac |  2 +-
 3 files changed, 60 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2b0b79478..76c510098 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,61 @@
+3.37.90 - 10 August 2020
+
+Web:
+
+ * Announce when rows, columns get reordered due to aria-sort changing
+
+ * Fix bug causing some web content to not be presented in flat review
+
+ * Fall back on "placeholder" when "placeholder-text" is not used by
+   browsers
+
+ * Fix bug causing presentation of stale content when navigating by word
+
+ * Skip over clickable images during line nav if the author has set alt
+   to ""
+
+ * Fix bug causing events from Google Docs to be ignored when a dialog
+   appears but lacks focus
+
+ * Fix false positive causing us to not present self-referential labels
+
+ * Fix crash caused by author using aria-labelledby pointing to itself
+
+ * Always speak the current line when caret moves due to mouse click
+   so that presentation is consistent regardless of the element
+
+General:
+
+ * Fix bug causing learn mode to not work in (at least) gnome-shell
+   controls
+
+ * Emit mode-changed notifications to inform other tools (magnifiers,
+   highlighting tools) what mode Orca is in when presenting content
+
+ * Miscellaneous tweaks to GUI labels and documentation
+
+ * Attempt to reconnect to speech-dispatcher when setting capitalization
+   style fails due to SSIPCommunicationError
+
+New and updated translations (THANKS EVERYONE!!!):
+
+   ca            Catalan               Gil Forcada, Jordi Mas
+   de            German                Tim Sabsch
+   el            Greek                 Efstathios Iosifidis
+   es            Spanish               Daniel Mustieles
+   eu            Basque                Asier Sarasua Garmendia
+   fr            French                Charles Monzat
+   gb            British English       Zander Brown
+   gl            Galician              Fran Diéguez
+   kk            Kazakh                Baurzhan Muftakhidinov
+   lt            Lithuanian            Aurimas Černius
+   ro            Romanian              Daniel Șerbănescu, Florentina Mușat
+   sl            Slovenian             Matej Urbančič
+   sv            Swedish               Anders Jonsson
+   uk            Ukrainian             Yuri Chornoivan
+
+=========
+
 3.37.2 - 1 June 2020
 
 Web:
diff --git a/README.md b/README.md
index f67d1fa7f..5c0b8804c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.37.3pre
+# Orca v3.37.90
 
 ## Introduction
 
diff --git a/configure.ac b/configure.ac
index dec08182c..eae099755 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [37])
-m4_define([orca_micro_version], [3pre])
+m4_define([orca_micro_version], [90])
 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]