[gedit] Release 3.3.4



commit f82b9cd382ef0cc1071bd03b45d63850ea573018
Author: Paolo Borelli <pborelli gnome org>
Date:   Wed Feb 22 23:43:43 2012 +0100

    Release 3.3.4

 NEWS         |   30 ++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 34 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index ad18a1c..216baf8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,34 @@
 ===========
+gedit 3.3.4
+===========
+
+New Features and Fixes
+======================
+- Fix many memory leaks (Daniel Trebbien)
+- Use Yelp Tools for docs generation (Javier JardÃn)
+- Docs updates (Jim Campbell)
+- Misc bugfixes
+
+New and updated translations
+============================
+- be (Sviatlana Liasovich)
+- cs (Marek ÄernockÃ)
+- da (Kenneth Nielsen)
+- de (Mario BlÃttermann)
+- es (Daniel Mustieles)
+- et (Mattias PÃldaru)
+- gl (Fran Dieguez)
+- he (Yaron Shahrabani)
+- lt (Aurimas Äernius)
+- nb (Kjartan Maraas)
+- sl (Andrej ÅnidarÅiÄ)
+- sl (Matej UrbanÄiÄ)
+- sr latin (Miroslav NikoliÄ)
+- sr (ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ)
+- sv (Daniel Nylander)
+- zh_CN (Colin Zhao)
+
+===========
 gedit 3.3.3
 ===========
 
diff --git a/README b/README
index 2c8be23..9c32f98 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.3.3 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.3.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 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.3.3.tar.xz			# unpack the sources
-  % cd gedit-3.3.3				# change to the toplevel directory
+  % tar Jxf gedit-3.3.4.tar.xz			# unpack the sources
+  % cd gedit-3.3.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 cc90cdf..bb8abba 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, 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]