[gedit] Release 3.3.5



commit 692ce3c7bf7e8448ee4958de248806c767f833fa
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Fri Mar 2 18:28:20 2012 +0100

    Release 3.3.5

 NEWS         |   20 ++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 216baf8..6a859ad 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
 ===========
+gedit 3.3.5
+===========
+
+New Features and Fixes
+======================
+- Less clutter seach popup (Ignacio Casal Quinteiro)
+- Use GResources (Ignacio Casal Quinteiro, Paolo Borelli)
+- Misc bugfixes
+
+New and updated translations
+============================
+- bg (Alexander Shopov)
+- gl (Fran Dieguez)
+- it (Milo Casagrande)
+- ru (Yuri Myasoedov)
+- ta (Dr.T.Vasudevan)
+- zh_HK (Chao-Hsiung Liao)
+- zh_TW (Chao-Hsiung Liao)
+
+===========
 gedit 3.3.4
 ===========
 
diff --git a/README b/README
index 9c32f98..2a9836f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.3.4 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.3.5 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 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.3.4.tar.xz			# unpack the sources
-  % cd gedit-3.3.4				# change to the toplevel directory
+  % tar Jxf gedit-3.3.5.tar.xz			# unpack the sources
+  % cd gedit-3.3.5				# 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 52691cf..ee89c0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
 m4_define(gedit_minor_version, 3)
-m4_define(gedit_micro_version, 4)
+m4_define(gedit_micro_version, 5)
 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]