[gedit] Release 3.11.1



commit 9d2e4529cdc79bac274c9108e50f1eb24aca437b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Oct 28 22:43:21 2013 +0100

    Release 3.11.1

 NEWS         |   43 +++++++++++++++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 48 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index a57ca54..e001b96 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,47 @@
 ============
+gedit 3.11.1
+============
+
+New Features and Fixes
+======================
+- Implement XDS dnd support for GeditView and GeditWindow (Nelson Benítez León)
+- Documentation Improvements
+- Style fixes
+- Implement Move to New Tab Group (Ignacio Casal Quinteiro)
+- Expand tabs and center tab labels (William Jon McCann)
+- Misc bugfixes and improvements
+
+New and updated translations
+============================
+- as (Nilamdyuti Goswami)
+- be (Sviatlana Liasovich)
+- ca (Josep Sanchez Mesegue)
+- ca valencia (Josep Sanchez Mesegue)
+- cs (Marek Černocký)
+- da (Ask Hjorth Larsen)
+- de (Christian Kirbach)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- gl (Fran Dieguez)
+- hu (Gabor Kelemen)
+- id (Andika Triwidada)
+- it (Milo Casagrande)
+- ko (Changwoo Ryu)
+- lt (Aurimas Černius)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- pl (Piotr Drąg)
+- pt (António Lima)
+- pt_BR (Antonio Fernandes C. Neto)
+- ru (Stas Solovey)
+- ru (Yuri Myasoedov)
+- sk (Pavol Klačanský)
+- sl (Matej Urbančič)
+- sr (Мирослав Николић)
+- sr latin (Miroslav Nikolić)
+- th (Akom Chotiphantawanon)
+
+============
 gedit 3.10.0
 ============
 
diff --git a/README b/README
index 051e08b..ca00241 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.10.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.11.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.
@@ -71,8 +71,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.10.0.tar.xz                        # unpack the sources
-  % cd gedit-3.10.0                            # change to the toplevel directory
+  % tar Jxf gedit-3.11.1.tar.xz                        # unpack the sources
+  % cd gedit-3.11.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 b303d8e..9b73a7c 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, 10)
-m4_define(gedit_micro_version, 0)
+m4_define(gedit_minor_version, 11)
+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],[http://projects.gnome.org/gedit/])


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