[orca] Release prep



commit ca03c0de399ac839e8a72287364a1eb30783b175
Author: Joanmarie Diggs <jdiggs igalia com>
Date:   Fri Aug 2 11:41:24 2019 -0400

    Release prep

 NEWS         | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 README       |  2 +-
 configure.ac |  2 +-
 3 files changed, 74 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a076a0e05..c3f2ddb33 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,75 @@
+3.33.90 - 2 August 2019
+
+Web:
+
+ * Try to include results count during find in page searches
+
+ * Fix bugs preventing SayAll on page load from working
+
+ * Fix bug in braille presentation of new Firefox location input
+
+ * Work around another instance of CSSed text being exposed as one char
+   per line
+
+ * Improve presentation of treegrids
+
+ * Reduce chattiness with editable comboboxes and with auto-focused
+   descendants
+
+ * Never treat layout-only-table cells as focus-mode widgets
+
+ * Make finding clickables more performant
+
+ * Ensure we present final word in element when navigating by word
+
+ * Present caret-moved events from mouse clicks even if element hasn't
+   changed
+
+ * Ongoing work on Chromium script. Please note: ATK support in Chromium
+   needs much work. Until that work has been done, Orca will not be able
+   to provide access to Chromium. The current support is very much a work
+   in progress and not yet ready for end-user testing.
+
+Mouse Review:
+
+ * Improve overall presentation of units of text under the pointer
+
+ * Improve logic filtering out irrelevant mouse movements during review
+
+ * Apply non-mousereview cell/row presentation preferences for a
+   more consistent experience
+
+ * Don't present description for mouse review if tooltip presentation
+   is off
+
+General:
+
+ * Add support for Shift Lock
+
+ * Add initial support for AtspiText's scrollSubstringTo
+
+ * Add fall backs for click-at-point failures
+
+ * Also check for "underline:spelling" as indication of spelling error
+
+ * Improve response time for mouse input events
+
+ * Allow building with gettext ≥ 0.20
+
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    es            Spanish               Daniel Mustieles
+    hu            Hungarian             Attila Hammer
+    id            Indonesian            Kukuh Syafaat
+    pt_BR         Brazilian Portuguese  Rafael Fontenelle
+    ro            Romanian              Florentina Mușat
+    ru            Russian               Stas Solovey
+    sl            Slovenian             Matej Urbančič
+    sv            Swedish               Anders Jonsson
+
+=========
+
 3.33.3 - 18 June 2019
 
 Web:
diff --git a/README b/README
index b95b05530..14da211e6 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.33.4pre
+Orca v3.33.90
 
 Introduction
 ========================================================================
diff --git a/configure.ac b/configure.ac
index 0874177c3..c86f3f5ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [33])
-m4_define([orca_micro_version], [4pre])
+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]