[gedit] Release 3.12.0



commit fdc35e1095de1f59dfb77ef4f0006fc351ccb164
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Mar 24 09:14:33 2014 +0100

    Release 3.12.0

 NEWS         |   20 ++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 654093a..6142d19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+============
+gedit 3.12.0
+============
+
+New Features and Fixes
+======================
+- Fix regression sorting recent files
+
+New and updated translations
+============================
+- an (Daniel Martinez)
+- cs (Marek Černocký)
+- da (Kenneth Nielsen)
+- de (Christian Kirbach)
+- eu (Iñaki Larrañaga Murgoitio)
+- gd (GunChleoc)
+- hu (Gabor Kelemen)
+- lv (Rūdolfs Mazurs)
+- sl (Matej Urbančič)
+
 =============
 gedit 3.11.92
 =============
diff --git a/README b/README
index ae649c6..4cc9056 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.11.92 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.12.0 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.
@@ -70,8 +70,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.11.92.tar.xz                       # unpack the sources
-  % cd gedit-3.11.92                           # change to the toplevel directory
+  % tar Jxf gedit-3.12.0.tar.xz                        # unpack the sources
+  % cd gedit-3.12.0                            # 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 ac3c911..ac35baa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.63.2)
 
 m4_define(gedit_major_version, 3)
-m4_define(gedit_minor_version, 11)
-m4_define(gedit_micro_version, 92)
+m4_define(gedit_minor_version, 12)
+m4_define(gedit_micro_version, 0)
 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]