[orca/gnome-3-0] Prep for v3.0.0



commit 158acd3365853e13a0fc99d1497448b199c40fe0
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Apr 4 19:32:17 2011 -0400

    Prep for v3.0.0

 NEWS         |   22 ++++++++++++++++++++++
 README       |    4 ++--
 configure.in |    2 +-
 3 files changed, 25 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index ed153b5..84910af 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,25 @@
+3.0.0 - 04-March-2011
+
+  * Fix for bug #646547 - Two typos in preferences string
+
+New and updated translations (THANKS EVERYONE!!!):
+
+    bg        Bulgarian              Krasimir Chonov
+    ca        Catalan                Jordi Serratosa
+    da        Danish                 Kenneth Nielsen
+    de        German                 Simon Bienlein, Wolfgang Stöggl
+    eu        Basque                 Inaki Larranaga Murgoitio
+    hi        Hindi                  Rajesh Ranjan
+    hu        Hungarian              Attila Hammer, Gabor Kelemen
+    ja        Japanese               Takayuki KUSANO, Jiro MATSUZAWA
+    lv        Latvian                Rudolfs Mazurs
+    nb        Norwegian bokmål       Kjartan Maraas
+    pt_BR     Brazilian Portuguese   Rodrigo Padula de Oliveira
+    pt        Portuguese             Rui Batista
+    ta        Tamil                  Dr.T.Vasudevan
+
+==========
+
 2.91.93 - 25-March-2011
 
 GNOME 3.0:
diff --git a/README b/README
index 0efe533..02aaa08 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Orca v3.0.0pre
+Orca v3.0.0
 
 Introduction
 ========================================================================
@@ -34,7 +34,7 @@ to be installed:
 * pyorbit          - Python bindings for ORBit2
 * pygtk            - GTK+ Python bindings
 * pygobject        - Python bindings for the GObject library
-* json-py          - a JSON (http://json.org) reader and writer in Python
+* json-py          - JSON encoder/decoder (included in Python >= 2.6)
 * pyxdg            - Python library to access freedesktop.org standards
 * gnome-python     - Python bindings for various GNOME libraries
 * gnome-speech-1.0 - Python bindings for gnome-speech (optional)
diff --git a/configure.in b/configure.in
index b500652..084a7ed 100644
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
 m4_define([orca_major_version], [3])
 m4_define([orca_minor_version], [0])
-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])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]