[gedit] Release 3.15.1



commit d216d8f0a38a59955592a1b907e8466fc8c26d73
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Jan 19 22:03:58 2015 +0100

    Release 3.15.1

 NEWS         |   31 +++++++++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 35 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 22ecee6..8de6975 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
 ============
+gedit 3.15.1
+============
+
+New Features and Fixes
+======================
+- Improved open document selector
+- Start to rework the replace dialog
+- Use the new color scheme chooser
+- External tools plugin: fix document saving
+- Various bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- es (Daniel Mustieles)
+- eu (Iñaki Larrañaga Murgoitio)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- hu (Gabor Kelemen)
+- is (Sveinn í Felli)
+- ja (Hajime Taira)
+- lt (Aurimas Černius)
+- nb (Kjartan Maraas)
+- pt_BR (Rafael Ferreira)
+- ro (Daniel Șerbănescu)
+- ru (Stas Solovey)
+- tr (Muhammet Kara)
+- vi (Trần Ngọc Quân)
+
+============
 gedit 3.14.1
 ============
 
diff --git a/README b/README
index e6ef393..79d9ac5 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.14.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.15.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.
@@ -74,8 +74,8 @@ plugins support.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.14.1.tar.xz                        # unpack the sources
-  % cd gedit-3.14.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.15.1.tar.xz                        # unpack the sources
+  % cd gedit-3.15.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 b364ab8..49ccbba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ 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, 14)
+m4_define(gedit_minor_version, 15)
 m4_define(gedit_micro_version, 1)
 m4_define(gedit_version, gedit_major_version.gedit_minor_version.gedit_micro_version)
 


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