[gedit] Release 2.30.0



commit 3fdf01ec9e0ac5f48d22e7e5d369c81fa357ea49
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Mar 29 21:37:15 2010 +0200

    Release 2.30.0

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 37 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index dcdd006..80e7123 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,36 @@
 ============
+gedit 2.30.0
+============
+
+New Features and Fixes
+======================
+- Fix a crash in the new file saving code (Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- bn (Sadia Afroz)
+- ca (Gil Forcada)
+- crh (ReÅ?at SABIQ)
+- cs (Marek Ä?ernocký)
+- da (Ask Hjorth Larsen)
+- el (Kostas Papadimas)
+- et (Mattias Põldaru)
+- eu (Iñaki Larrañaga Murgoitio)
+- fi (Tommi Vainikainen)
+- hu (Gabor Kelemen)
+- ja (Hideki Yamane (Debian-JP))
+- ko (Changwoo Ryu)
+- lt (Gintautas Miliauskas)
+- lv (RÅ«dolfs Mazurs)
+- ml ("Last-Translator: \n")
+- pt (Duarte Loreto)
+- ro (Adi Roiban)
+- ru (Alexander Saprykin)
+- zh_CN (Eleanor Chen)
+
+
+============
 gedit 2.29.9
 ============
 
diff --git a/README b/README
index a24dd28..8aa2c77 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.29.9 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.30.0 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.29.9.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.29.9				# change to the toplevel directory
+  % gzip -cd gedit-2.30.0.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.30.0				# 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 dc44fcd..7f45264 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version,  2)
-m4_define(gedit_minor_version, 29)
-m4_define(gedit_micro_version,  9)
+m4_define(gedit_minor_version, 30)
+m4_define(gedit_micro_version,  0)
 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]