[orca] Prep for v3.1.1
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for v3.1.1
- Date: Mon, 9 May 2011 18:05:59 +0000 (UTC)
commit bb51af571c9603a57378f2e5a9b06ffc4731ed75
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Mon May 9 20:04:05 2011 +0200
Prep for v3.1.1
NEWS | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
README | 2 +-
configure.in | 2 +-
3 files changed, 57 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c781cea..24ba059 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,58 @@
+3.1.1 - 9-May-2011
+
+General:
+
+ * Fix for bug #647522 - Orca should not speak page loading messages
+ if 'only speak displayed text' is enabled
+
+ * Fix for bug 638883 - Orca should present text which auto-inserted
+ into editable, non-terminal widgets
+
+ * Fix for bug #431030 - GtkStatusIcon objects don't have accessible
+ names
+
+ * Fix for bug #647982 - Orca sometimes presents application events
+ in GNOME 3; other times it fails to do so.
+
+ * Fix for bug #647547 - The braille monitor should be movable
+
+ * Fix for bug #647117 - orca autostarted in kde
+
+ * Fix for bug #646475 - Traceback seen with gnome-speech
+
+ * Fix for bug #646547 - Two typos in prefs string
+
+ * Fix for bug #640134 - Catch pyatspi2's RuntimeErrors
+
+ * Fix for the problem of punctuation settings not getting properly
+ loaded or unloaded when the application script changes.
+
+ * Fix for the problem of voice settings not getting properly loaded
+ or unloaded when the application script changes.
+
+ * Voice settings need to be ACSSs; not dicts.
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ bg Bulgarian Krasimir Chonov
+ ca Catalan Jordi Serratosa
+ cs Czech Marek Ä?ernocký
+ da Danish Kenneth Nielsen
+ de German Simon Bienlein
+ eo Esperanto Kristjan Schmidt
+ es Spanish Jorge González and Daniel Mustieles
+ hu Hungarian Attila Hammer, Gabor Kelemen
+ ja Japanese Jiro MATSUZAWA and Takayuki KUSANO
+ nb Norwegian bokmål Kjartan Maraas
+ pt Portuguese Rui Batista
+ pt_BR Brazilian Portuguese Antonio Fernandes C. Neto
+ sl Slovenian Matej UrbanÄ?iÄ?
+ ta Tamil Dr.T.Vasudevan
+ ug Uyghur Abduxukur Abdurixit
+ uk Ukranian Daniel Korostil
+
+==========
+
2.91.92 - 21-March-2011
General:
diff --git a/README b/README
index 188be72..15484c0 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.1.0pre
+Orca v3.1.1
Introduction
========================================================================
diff --git a/configure.in b/configure.in
index 05cc0e4..8acca16 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [3])
m4_define([orca_minor_version], [1])
-m4_define([orca_micro_version], [0pre])
+m4_define([orca_micro_version], [1])
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]