[gedit] Release 3.11.2



commit c71b63a5f9fca4362b5a4bacf057074c17602933
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Sat Jan 11 15:00:23 2014 +0100

    Release 3.11.2

 NEWS         |   33 +++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 37 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index e001b96..8dd5943 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,37 @@
 ============
+gedit 3.11.2
+============
+
+New Features and Fixes
+======================
+- Refresh the main user interface, radically changing the user interacts with the UI.
+- Remove deprecated API.
+- Integrate change case plugin inside GtkSourceView directly.
+- Improvements in docs.
+- Misc bug fixes.
+
+New and updated translations
+============================
+- bg (Valentin Laskov)
+- de (Simon Linden)
+- el (Dimitris Spingos (Δημήτρης Σπίγγος))
+- el (Efstathios Iosifidis)
+- es (Daniel Mustieles)
+- fr (Julien Hardelin)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- lv (Rūdolfs Mazurs)
+- nl (Hannie Dumoleyn)
+- pt_BR (Rafael Ferreira)
+- sk (Pavol Klačanský)
+- sl (Matej Urbančič)
+- ta (Shantha kumar)
+- th (Akom Chotiphantawanon)
+- zh_CN (Luo Lei)
+
+============
 gedit 3.11.1
 ============
 
diff --git a/README b/README
index 1a1d8a8..f8194fa 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.11.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.11.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.
@@ -70,8 +70,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.11.1.tar.xz                        # unpack the sources
-  % cd gedit-3.11.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.11.2.tar.xz                        # unpack the sources
+  % cd gedit-3.11.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 9d3b355..4b3e508 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, 11)
-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]