[gedit] Release 3.15.91



commit 8f08c1c6f75a1c9e0c3013d3e79d7fd5cb476b53
Author: Paolo Borelli <pborelli gnome org>
Date:   Tue Mar 3 09:07:15 2015 +0100

    Release 3.15.91

 NEWS         |   25 +++++++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 29 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4262588..40598c1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,29 @@
 =============
+gedit 3.15.91
+=============
+
+New Features and Fixes
+======================
+- Rework some of the printing code
+- Various bug fixes
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- el (Tom Tryfonidis)
+- es (Daniel Mustieles)
+- fr (Alain Lojewski)
+- gl (Fran Dieguez)
+- he (Yosef Or Boczko)
+- hu (Balázs Úr)
+- pt_BR (Rafael Ferreira)
+- ru (Stas Solovey)
+- sk (Dušan Kazik)
+- sl (Matej Urbančič)
+- uk (Daniel Korostil)
+- zh_TW (Chao-Hsiung Liao)
+
+=============
 gedit 3.15.90
 =============
 
diff --git a/README b/README
index 4f82e47..4d283fd 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.15.90 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.15.91 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.15.90.tar.xz                       # unpack the sources
-  % cd gedit-3.15.90                           # change to the toplevel directory
+  % tar Jxf gedit-3.15.91.tar.xz                       # unpack the sources
+  % cd gedit-3.15.91                           # 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 6dcb112..6b36c96 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, 15)
-m4_define(gedit_micro_version, 90)
+m4_define(gedit_micro_version, 91)
 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]