[orca] Prep for v3.10.0
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for v3.10.0
- Date: Tue, 24 Sep 2013 11:56:33 +0000 (UTC)
commit 543eabd981c59bfbc0c683239dc23e5ad0571b6b
Author: Joanmarie Diggs <jdiggs igalia com>
Date: Tue Sep 24 07:48:07 2013 -0400
Prep for v3.10.0
NEWS | 28 ++++++++++++++++++++++++++++
README | 2 +-
configure.ac | 8 ++++----
3 files changed, 33 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 340cacd..b541d27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+3.10.0 - 24 September 2013
+
+General:
+
+ * Fix for bug 708497 - Orca fails to present GtkButton children of a
+ GtkListBox row
+
+ * Fix for bug 707708 - Orca does not shut down unused synthesizers
+ which were initialized within the preferences dialog
+
+ * Remove a leftover call to drawOutline() that was missed
+
+ * Fix traceback in the Gecko script
+
+ * Update the man page so that it doesn't contain false information
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ es Spanish Daniel Mustieles
+ eu Basque Inaki Larranaga Murgoitio
+ fi Finnish Timo Jyrinki
+ hu Hungarian Gabor Kelemen
+ id Indonesian Andika Triwidada
+ pt Portuguese Duarte Loreto
+ pt_BR Brazilian Portuguese Enrico Nicoletto
+
+=========
+
3.9.92 - 16 September 2013
General:
diff --git a/README b/README
index 08fa9f7..95d2678 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.10.0pre
+Orca v3.10.0
Introduction
========================================================================
diff --git a/configure.ac b/configure.ac
index d06037f..04943ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,12 +1,12 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [10])
-m4_define([orca_micro_version], [0pre])
+m4_define([orca_micro_version], [0])
m4_define([orca_version],
[orca_major_version.orca_minor_version.orca_micro_version])
-m4_define(pygobject_required_version, 3.4.2)
-m4_define(atspi_required_version, 2.8)
-m4_define(atkbridge_required_version, 2.8)
+m4_define(pygobject_required_version, 3.10)
+m4_define(atspi_required_version, 2.10)
+m4_define(atkbridge_required_version, 2.10)
AC_INIT([orca],
[orca_version],
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]