[orca/gnome-3-36] Release prep



commit d918b2b7e1d7ee316439beeaa4927f0071d37ebf
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Mon Aug 10 12:19:42 2020 +0200

    Release prep

 NEWS         | 31 +++++++++++++++++++++++++++++++
 README.md    |  2 +-
 configure.ac |  2 +-
 3 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 20047ca89..250c9a3f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+3.36.4 - 10 August 2020
+
+Web:
+
+ * 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
+
+ * Fix bug causing events from Google Docs to be ignored when a dialog
+   appears but lacks focus
+
+Thunderbird:
+
+ * Fix bug causing us to incorrectly update our location within settings
+
+General:
+
+ * Fix bug causing learn mode to not work in (at least) gnome-shell
+   controls
+
+New and updated translations (THANKS EVERYONE!!!):
+
+   fr            French                Charles Monzat
+   kk            Kazakh                Baurzhan Muftakhidinov
+   uk            Ukrainian             Yuri Chornoivan
+
+=========
+
 3.36.3 - 1 June 20202
 
 General:
diff --git a/README.md b/README.md
index 9db922250..2ca1d4fb0 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.36.4pre
+# Orca v3.36.4
 
 ## Introduction
 
diff --git a/configure.ac b/configure.ac
index 8e0d537b7..82f5d63e7 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], [4pre])
+m4_define([orca_micro_version], [4])
 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]