[orca/gnome-3-20] Prep for v3.20.3 release
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca/gnome-3-20] Prep for v3.20.3 release
- Date: Wed, 20 Jul 2016 17:57:52 +0000 (UTC)
commit 096c2601687ee778b9ce17265ad378ba5b70a129
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Wed Jul 20 13:57:33 2016 -0400
Prep for v3.20.3 release
NEWS | 26 ++++++++++++++++++++++++++
README | 2 +-
configure.ac | 2 +-
3 files changed, 28 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index a4e93bc..156790f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+3.20.3 - 20 July 2016
+
+Web:
+
+ * Fix issue updating caret position during structural navigation
+
+General:
+
+ * Don't try to catch SIGSEGV; use faulthandler to dump output from
+ crash. This is needed to behave (slightly) better when AT-SPI2
+ crashes.
+
+ * Do not supress presentation of locking keys in password fields
+
+ * Don't show desktop file in Unity
+
+ * Ignore object:state-changed:sensitive events for menu items (perf)
+
+ * Handle another case of objects going defunct on us
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ id Indonesian Andika Triwidada
+
+=========
+
3.20.2 - 16 May 2016
Performance:
diff --git a/README b/README
index baf9d13..ad0c742 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.20.3pre
+Orca v3.20.3
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index 9867863..567ee30 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [20])
-m4_define([orca_micro_version], [3pre])
+m4_define([orca_micro_version], [3])
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]