[gedit] Release 3.9.90



commit 9a2e921ec3901e9001b6402798e76a826748fb06
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Aug 19 22:16:33 2013 +0200

    Release 3.9.90

 NEWS         |   23 +++++++++++++++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 28 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index c006be9..f35305e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+============
+gedit 3.9.90
+============
+
+New Features and Fixes
+======================
+- Implement regual expression search (Sébastien Wilmet)
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Christian Kirbach)
+- de (Tobias Endrigkeit)
+- he (Yaron Shahrabani)
+- hu (Gabor Kelemen)
+- it (Milo Casagrande)
+- nb (Kjartan Maraas)
+- pt_BR (Rafael Ferreira)
+- th (Akom Chotiphantawanon)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
 ===========
 gedit 3.9.4
 ===========
diff --git a/README b/README
index cedb2e5..2dfdae3 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.9.4 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.9.90 of gedit. gedit is a small and lightweight UTF-8 text
 editor for the GNOME environment.
 
 gedit is part of GNOME and uses the latest GTK+ and GNOME libraries.
@@ -65,14 +65,14 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+-3.9.9, GtkSourceView 3.9.4 and libpeas 1.7.x libraries.
+gedit requires GTK+-3.9.9, GtkSourceView 3.9.90 and libpeas 1.7.x libraries.
 PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
 plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.9.4.tar.xz                 # unpack the sources
-  % cd gedit-3.9.4                             # change to the toplevel directory
+  % tar Jxf gedit-3.9.90.tar.xz                        # unpack the sources
+  % cd gedit-3.9.90                            # change to the toplevel directory
   % ./configure                                        # run the `configure' script
   % make                                       # build gedit
   [ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index f022d7e..ebef661 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
 m4_define(gedit_minor_version, 9)
-m4_define(gedit_micro_version, 4)
+m4_define(gedit_micro_version, 90)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 
 
AC_INIT([gedit],[gedit_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],[gedit],[http://projects.gnome.org/gedit/])


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