[gedit] Release 2.26.2



commit 77d919927a62547651c0e18fa13230b38f40dc54
Author: Paolo Borelli <porelli gnome org>
Date:   Sat May 16 22:08:14 2009 +0200

    Release 2.26.2
---
 NEWS         |   18 ++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 22 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index cd9f1e7..c5bf304 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
 ============
+gedit 2.26.2
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- ca (Joan Duran)
+- el (Michael Kotsarinis)
+- es (Jorge González)
+- et (Mattias Põldaru)
+- zh_CN (TeliuTe)
+
+
+============
 gedit 2.26.1
 ============
 
diff --git a/README b/README
index b80128e..2d61c96 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.26.1 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.26.2 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 @@ enable python plugins support.
 
 Simple install procedure:
 
-  % gzip -cd gedit-2.26.1.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.26.1				# change to the toplevel directory
+  % gzip -cd gedit-2.26.2.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.26.2				# 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 0f7d35d..792fffb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.59)
 
 m4_define(gedit_major_version,  2)
 m4_define(gedit_minor_version, 26)
-m4_define(gedit_micro_version,  1)
+m4_define(gedit_micro_version,  2)
 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)



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