[gedit] Release 3.14.1



commit a123fe4b2f8238794be242fa38fcc915795e2000
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Nov 9 21:15:42 2014 +0100

    Release 3.14.1

 NEWS         |   31 +++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 35 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index d786e29..22ecee6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+============
+gedit 3.14.1
+============
+
+New Features and Fixes
+======================
+- Increase default window size
+- Various bug fixes
+
+New and updated translations
+============================
+- an (Daniel Martinez)
+- bn_IN
+- el (Efstathios Iosifidis)
+- fa (Arash Mousavi)
+- fi (Jiri Grönroos)
+- gd (GunChleoc)
+- gl (Fran Dieguez)
+- gu
+- he (Yosef Or Boczko)
+- kk (Baurzhan Muftakhidinov)
+- lv (Rūdolfs Mazurs)
+- nb (Kjartan Maraas)
+- pl (Piotr Drąg)
+- pt (Pedro Albuquerque)
+- ru (Stas Solovey)
+- te (Krishnababu Krothapalli)
+- uk (Назарій Ріттер)
+- zh_CN (Yunqiang Su)
+- zh_TW (Cheng-Chia Tseng)
+
 =============
 gedit 3.14.0
 =============
diff --git a/README b/README
index 8b73c70..7366e83 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.14.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.14.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.14.0.tar.xz                        # unpack the sources
-  % cd gedit-3.14.0                            # change to the toplevel directory
+  % tar Jxf gedit-3.14.1.tar.xz                        # unpack the sources
+  % cd gedit-3.14.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 e93dd58..0bd3101 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, 14)
-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],


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