[gedit] Release 3.9.2



commit 96e62cd620954e4b31ced1a820dd51615485b0a0
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Jun 18 09:27:21 2013 +0200

    Release 3.9.2

 NEWS         |   20 ++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 24 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 0db7981..903e0a2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
 ===========
+gedit 3.9.2
+===========
+
+New Features and Fixes
+======================
+- Many bugfixes and improvements to the filebrowser, quickopen and
+  external tools plugins (Garrett Regier)
+- Misc bugfixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Benjamin Steinwender)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- ja (Jiro Matsuzawa)
+- mr (Sandeep Shedmake)
+- th (Akom Chotiphantawanon)
+
+===========
 gedit 3.9.1
 ===========
 
diff --git a/README b/README
index 08f2789..0abf73a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.9.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.9.2 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.9.1.tar.xz                 # unpack the sources
-  % cd gedit-3.9.1                             # change to the toplevel directory
+  % tar Jxf gedit-3.9.2.tar.xz                 # unpack the sources
+  % cd gedit-3.9.2                             # 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 dddd366..57c8af9 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, 9)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_micro_version, 2)
 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]