[gedit/gnome-2-30] Release 2.30.4



commit 7013f7e0330107d3106dfc98fafab15da82e0789
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Sep 28 11:25:24 2010 +0200

    Release 2.30.4

 NEWS         |   26 ++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 30 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 3f69ab4..2f20dec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,30 @@
 ============
+gedit 2.30.4
+============
+
+New Features and Fixes
+======================
+- Add mallard snippets (Paul Cutler)
+
+New and updated translations
+============================
+- ca (Carles Ferrando Garcia)
+- cs (Marek Ä?ernocký)
+- de (Mario Blättermann)
+- el (Michael Kotsarinis)
+- es (Jorge González)
+- fr (Claude Paroz)
+- he (Yaron Shahrabani)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- ja (Hideki Yamane (Debian-JP))
+- kk (Baurzhan Muftakhidinov)
+- kn (Shankar Prasad)
+- zh_CN (du baodao)
+- zh_CN (��)
+
+
+============
 gedit 2.30.3
 ============
 
diff --git a/README b/README
index a4d0aa0..e067fcf 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.30.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 2.30.4 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.3.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.30.3				# change to the toplevel directory
+  % gzip -cd gedit-2.30.4.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.30.4				# 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 0ea1004..78a8055 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,  3)
+m4_define(gedit_micro_version,  4)
 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]