[gedit] Release 2.27.3



commit 4b674a5536d4a1f448be796a4c2880302e207e32
Author: Paolo Borelli <porelli gnome org>
Date:   Mon Jul 27 21:41:45 2009 +0200

    Release 2.27.3

 NEWS         |   22 ++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 8105fab..a2652a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,26 @@
 ============
+gedit 2.27.3
+============
+
+New Features and Fixes
+======================
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Ä?ernocký)
+- cs (Petr Kovar)
+- de (Mario Blättermann)
+- es (Jorge González)
+- et (Ivar Smolin)
+- gl (Antón Méixome)
+- gu (Sweta Kothari)
+- pt_BR (César Veiga)
+- sv (Daniel Nylander)
+- ta (Dr.T.Vasudevan)
+- uk (wanderlust)
+
+============
 gedit 2.27.2
 ============
 
diff --git a/README b/README
index 0648b4d..96fd574 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.27.2 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.27.3 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.2.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.27.2				# change to the toplevel directory
+  % gzip -cd gedit-2.27.3.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.27.3				# 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 abefa9e..e2beef7 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,  2)
+m4_define(gedit_micro_version,  3)
 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]