[gedit] Release 2.91.9



commit 543c69562a62bd307a416a1de09db4a61ef1fa49
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Mar 13 15:55:11 2011 +0100

    Release 2.91.9

 NEWS         |   20 ++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e6b9d2c..6fafb2e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
 ============
+gedit 2.91.9
+============
+
+New Features and Fixes
+======================
+- More improvements in the new user help (Jim Campbell)
+- Reactivate external tools and snippets plugins
+- Misc bugfixes
+
+New and updated translations
+============================
+- en_GB (Bruce Cowan)
+- hu (Gabor Kelemen)
+- ja (Hajime Taira)
+- or (Manoj Kumar Giri)
+- pl (Piotr DrÄ?g)
+- ru (Yuri Myaseodov)
+- sv (Daniel Nylander)
+
+============
 gedit 2.91.8
 ============
 
diff --git a/README b/README
index eee8761..cdf13b8 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.91.8 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.91.9 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.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.91.8.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.91.8				# change to the toplevel directory
+  % gzip -cd gedit-2.91.9.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.91.9				# 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 b68eb30..877618f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 91)
-m4_define(gedit_micro_version,  8)
+m4_define(gedit_micro_version,  9)
 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]