[gedit] Release 2.30.1



commit 5aed3c90ebaf290591b3741de17acb1cdba2fc5d
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Apr 18 16:56:33 2010 +0200

    Release 2.30.1

 NEWS         |   25 +++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 29 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 80e7123..87ddd1f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
 ============
+gedit 2.30.1
+============
+
+New Features and Fixes
+======================
+- Properly handle encoding conversion errors when saving (Jesse van den Kieboom)
+- New logo (Henry Peters)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ast (Xandru Armesto)
+- bn_IN (Runa Bhattacharjee)
+- crh (ReÅ?at SABIQ)
+- cs (Petr Kovar)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- ko (Changwoo Ryu)
+- nl (Hannie Dumoleyn)
+- ro (Adi Roiban)
+- ru (Alexander Saprykin)
+- th (Kittiphong Meesawat)
+
+
+============
 gedit 2.30.0
 ============
 
diff --git a/README b/README
index 8aa2c77..1056359 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.30.0 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.30.1 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.30.0.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.30.0				# change to the toplevel directory
+  % gzip -cd gedit-2.30.1.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.30.1				# 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 abcd2f4..4d2f40a 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, 30)
-m4_define(gedit_micro_version,  0)
+m4_define(gedit_micro_version,  1)
 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]