[gedit] Release 3.13.2



commit 3ee398a78765768a7f44cf35475b5b9eeb87e5f1
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Jun 23 23:36:32 2014 +0200

    Release 3.13.2

 NEWS         |   10 +++++++++-
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index f0e48bf..64e975d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,13 @@
 ============
-gedit 3.12.1
+gedit 3.13.2
+============
+
+- Zeitgeist plugin moved to the gedit-plugins module
+- Some code clean-up in GeditTab and GeditDocument
+- Updated Thai translation
+
+============
+gedit 3.13.1
 ============
 
 New Features and Fixes
diff --git a/README b/README
index 33e749b..31f7cf1 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.13.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.13.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.
@@ -64,14 +64,14 @@ Information about gedit mailing lists can be found at
 Installation
 ============
 
-gedit requires GTK+ 3.13.3, GtkSourceView 3.11.3 and libpeas 1.7.x libraries.
+gedit requires GTK+ >= 3.13.3, GtkSourceView >= 3.11.3 and libpeas >= 1.7.x libraries.
 PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
 plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.13.1.tar.xz                        # unpack the sources
-  % cd gedit-3.13.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.13.2.tar.xz                        # unpack the sources
+  % cd gedit-3.13.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 a27795b..bd50660 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, 13)
-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],[https://wiki.gnome.org/Apps/Gedit])


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]