[orca] Prep for v2.91.90
- From: Joanmarie Diggs <joanied src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [orca] Prep for v2.91.90
- Date: Mon, 21 Feb 2011 22:02:59 +0000 (UTC)
commit c11d1b48c857fcab5ed3d5f7cf796e676bf661d7
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date: Mon Feb 21 16:59:09 2011 -0500
Prep for v2.91.90
.gitignore | 1 +
Makefile.am | 2 ++
NEWS | 32 ++++++++++++++++++++++++++++++++
README | 2 +-
configure.in | 2 +-
po/POTFILES.in | 1 +
6 files changed, 38 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 71086a7..51e519e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,6 +26,7 @@ ltmain.sh
missing
mkinstalldirs
omf.make
+orca-autostart.desktop
orca.desktop
orca.spec
py-compile
diff --git a/Makefile.am b/Makefile.am
index b3bf7ba..c16d7e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,6 +6,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
DISTCLEANFILES = \
gnome-doc-utils.make \
+ orca-autostart.desktop \
orca.desktop
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
@@ -32,6 +33,7 @@ autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
EXTRA_DIST = \
+ $(autostart_in_files) \
$(desktop_in_files) \
$(icon_DATA) \
gnome-doc-utils.make \
diff --git a/NEWS b/NEWS
index bbbe5e6..0984b48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+2.91.90 - 21-February-2011
+
+General:
+
+ * Fix for bug #642212 - Delay setting autostart until console UI is
+ finished
+
+ * Fix for bug #642592 - Autostart orca if the screen-reader is enabled
+
+ * Fix for bug #642285 - Cannot launch Orca after performing a text
+ setup
+
+ * Fix for bug #641017 - Use json instead of yaml parser
+
+OpenOffice/LibreOffice:
+
+ * Fix for bug #640372 - OOo seems far less likely to crash frequently
+ if we process its events synchronously
+
+New and updated translations (THANKS EVERYONE!!!):
+
+ es Spanish Francisco Javier Dorado
+ Jorge González
+ Daniel Mustieles
+ fr French Claude Paroz
+ gl Galician Fran Diéguez
+ hu Hungarian Attila Hammer
+ nb Norwegian bokmål Kjartan Maraas
+ uk Ukrainian Daniel Korostil
+
+==========
+
2.91.6 - 31-January-2011
General:
diff --git a/README b/README
index 5c6508e..0ed3740 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v2.91.90pre
+Orca v2.91.90
Introduction
========================================================================
diff --git a/configure.in b/configure.in
index 7b06167..54e0fca 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
m4_define([orca_major_version], [2])
m4_define([orca_minor_version], [91])
-m4_define([orca_micro_version], [90pre])
+m4_define([orca_micro_version], [90])
m4_define([orca_version],
[orca_major_version.orca_minor_version.orca_micro_version])
diff --git a/po/POTFILES.in b/po/POTFILES.in
index a96dd12..7e6df46 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -2,6 +2,7 @@
# Please keep this file sorted alphabetically.
[encoding: UTF-8]
orca.desktop.in
+orca-autostart.desktop.in
src/orca/app_gui_prefs.py
src/orca/bookmarks.py
src/orca/braille_generator.py
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]