[orca/gnome-3-38] Release prep
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-38] Release prep
- Date: Fri, 11 Sep 2020 10:52:54 +0000 (UTC)
commit 1df1afc244a909323e7535357fd2fba0982ae752
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Fri Sep 11 12:52:39 2020 +0200
Release prep
NEWS | 32 ++++++++++++++++++++++++++++++++
README.md | 6 +++---
configure.ac | 4 ++--
3 files changed, 37 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 76c510098..c8e7dcb49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+3.38.0 - 11 September 2020
+
+Web:
+
+ * Don't present aria-placeholder value when it's identical to aria-label
+
+ * Fall back on object attributes for absent text attributes
+
+General:
+
+ * Add some sanity checks to prevent crashing due to GStreamer failure
+
+ * Announce read-only state for checkboxes
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ cs Czech Marek Černocký
+ de German Tim Sabsch
+ es Spanish Daniel Mustieles
+ fr French Charles Monzat, Claude Paroz
+ hu Hungarian Attila Hammer
+ id Indonesian Kukuh Syafaat
+ it Italian Milo Casagrande
+ pl Polish Piotr Drąg
+ sl Slovenian Matej Urbančič
+ sr Serbian Марко Костић
+ sv Swedish Anders Jonsson
+ tr Turkish Emin Tufan Çetin
+ zh_CN Chinese (China) Boyuan Yang
+
+=========
+
3.37.90 - 10 August 2020
Web:
diff --git a/README.md b/README.md
index 14c6e31d5..ab74b4e8d 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Orca v3.37.91pre
+# Orca v3.38.0
## Introduction
@@ -22,7 +22,7 @@ requests.
## Dependencies
-Orca v3.37.x is supported on GNOME 3.37.x only. We highly suggest you
+Orca v3.38.x is supported on GNOME 3.38.x only. We highly suggest you
use the latest releases of GNOME because they contain accessibility
infrastructure and application bug fixes that help Orca work better.
@@ -39,7 +39,7 @@ Orca also has the following dependencies:
* py-setproctitle - Python library to set the process title (optional)
* gstreamer-1.0 - GStreamer - Streaming media framework (optional)
-YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.37.x
+YOU ALSO NEED THE LATEST AT-SPI2, PYATSPI2 AND ATK FOR THE GNOME 3.38.x
RELEASES. THEY CONTAIN VERY IMPORTANT BUG FIXES!
## NOTE FOR BRLTTY USERS:
diff --git a/configure.ac b/configure.ac
index bdfde6af0..a9075b1f3 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], [91pre])
+m4_define([orca_minor_version], [38])
+m4_define([orca_micro_version], [0])
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]