[gedit] release 2.27.2



commit 1f9ed3a1dd448e220f2e57e86d811318f8e08650
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sun Jun 21 15:27:53 2009 +0200

    release 2.27.2

 NEWS         |   23 +++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0fe66a1..8105fab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
 ============
+gedit 2.27.2
+============
+
+New Features and Fixes
+======================
+- New Check Update plugin (Ignacio Casal Quinteiro)
+- Remember the search dialog position (Ignacio Casal Quinteiro)
+- Do not append the final endline for empty files (Paolo Borelli)
+- Mac osx dmg package (Jesse van den Kieboom)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ca (Gil Forcada)
+- da (Kenneth Nielsen)
+- es (Jorge González)
+- et (Ivar Smolin)
+- eu (Iñaki Larrañaga Murgoitio)
+- ml (Praveen Arimbrathodiyil)
+- nb (Kjartan Maraas)
+
+
+============
 gedit 2.27.1
 ============
 
diff --git a/README b/README
index 1225774..0648b4d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.27.1 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.27.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.27.1.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.27.1				# change to the toplevel directory
+  % gzip -cd gedit-2.27.2.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.27.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 7085d97..5006e26 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, 27)
-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]