[gedit] Release 3.12.1



commit c8578a14dcc3ebe37cadb1d23b4f0536e0f06d58
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Apr 14 22:00:59 2014 +0200

    Release 3.12.1

 NEWS         |   23 +++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 27 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6142d19..63f2244 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
 ============
+gedit 3.12.1
+============
+
+New Features and Fixes
+======================
+- Many fixes to the snippets plugin
+- Rework some of the internals in preparation to a new Windows release
+- Change Uppercase shortcut to Ctrl+U to avoid conflict with Save All
+- Add Ctrl+N shortcut for New Window
+- Plug some minor memory leaks
+- Misc bug fixes.
+
+New and updated translations
+============================
+- ar (Ibrahim Saed)
+- cs (Marek Černocký)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- es (Daniel Mustieles)
+- hu (Attila Hammer)
+- id (Andika Triwidada)
+- th (Akom Chotiphantawanon)
+
+============
 gedit 3.12.0
 ============
 
diff --git a/README b/README
index 4cc9056..a3bb81a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.12.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.12.1 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.12.0.tar.xz                        # unpack the sources
-  % cd gedit-3.12.0                            # change to the toplevel directory
+  % tar Jxf gedit-3.12.1.tar.xz                        # unpack the sources
+  % cd gedit-3.12.1                            # 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 a801a26..fbf3f2b 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, 12)
-m4_define(gedit_micro_version, 0)
+m4_define(gedit_micro_version, 1)
 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]