[gedit] Release 2.29.9



commit a6352a3eaa16b2637d67a18dc10eb86bdfbc1b40
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Mar 14 22:39:59 2010 +0100

    Release 2.29.9

 NEWS         |   32 ++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 36 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 247dce6..dcdd006 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
 ============
+gedit 2.29.9
+============
+
+New Features and Fixes
+======================
+- Fix a file corruption bug in the new file saving code (Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- bg (Krasimir Chonov)
+- de (Hendrik Richter)
+- en_GB (Philip Withnall)
+- eu (Iñaki Larrañaga Murgoitio)
+- fr (Claude Paroz)
+- gl (Antón Méixome)
+- hu (Gabor Kelemen)
+- it (Milo Casagrande)
+- nb (Kjartan Maraas)
+- pa (A S Alam)
+- pt_BR (Og Maciel)
+- ru (Leonid Kanter)
+- sr latin (Goran RakiÄ?)
+- sr (Ð?оÑ?ан РакиÑ?)
+- sv (Daniel Nylander)
+- ta (Dr,T,Vasudevan)
+- uk (Maxim Dziumanenko)
+
+
+============
 gedit 2.29.8
 ============
 
@@ -23,6 +54,7 @@ New and updated translations
 - zh_HK (Chao-Hsiung Liao)
 - zh_TW (Chao-Hsiung Liao)
 
+
 ============
 gedit 2.29.7
 ============
diff --git a/README b/README
index d747341..a24dd28 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 2.29.8 of gedit. gedit is a small and lightweight UTF-8 text 
+This is version 2.29.9 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.8.tar.gz | tar xvf - 	# unpack the sources
-  % cd gedit-2.29.8				# change to the toplevel directory
+  % gzip -cd gedit-2.29.9.tar.gz | tar xvf - 	# unpack the sources
+  % cd gedit-2.29.9				# 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 9073fcc..dc44fcd 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, 29)
-m4_define(gedit_micro_version,  8)
+m4_define(gedit_micro_version,  9)
 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]