[gedit] Release 3.18.0



commit b8c76719ec4baa8c5b10094ed1f7ec35a4aa745e
Author: Paolo Borelli <pborelli gnome org>
Date:   Mon Sep 21 19:19:53 2015 +0200

    Release 3.18.0

 NEWS         |   20 ++++++++++++++++++++
 README       |    6 +++---
 configure.ac |    4 ++--
 3 files changed, 25 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index ab53838..0582f84 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+============
+gedit 3.18.0
+============
+
+New Features and Fixes
+======================
+- Fix close confirmation dialog regression introduced in 3.17.92
+
+New and updated translations
+============================
+- cs (Marek Černocký)
+- de (Bernd Homuth)
+- el (Tom Tryfonidis)
+- it (Milo Casagrande)
+- ja (Jiro Matsuzawa)
+- lv (Rūdolfs Mazurs)
+- pt_BR (Enrico Nicoletto)
+- ru (Stas Solovey)
+- tr (Muhammet Kara)
+
 =============
 gedit 3.17.92
 =============
diff --git a/README b/README
index acbba45..6ea565f 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.17.92 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.18.0 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.17.92.tar.xz               # unpack the sources
-  % cd gedit-3.17.92                           # change to the toplevel directory
+  % tar Jxf gedit-3.18.0.tar.xz                # unpack the sources
+  % cd gedit-3.18.0                            # 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 f971f87..3c0e4a2 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, 17)
-m4_define(gedit_micro_version, 92)
+m4_define(gedit_minor_version, 18)
+m4_define(gedit_micro_version, 0)
 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]