[gedit/gnome-3-16] Release 3.16.2



commit e326dd76a1d33730c184b06728b450d1da7707f8
Author: Paolo Borelli <pborelli gnome org>
Date:   Fri May 15 17:33:31 2015 +0200

    Release 3.16.2

 NEWS         |   16 ++++++++++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6e4a276..a16726f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,20 @@
 ============
+gedit 3.16.2
+============
+
+New Features and Fixes
+======================
+- Fix gedit --wait when listing multiple files
+- Various other bug fixes
+
+New and updated translations
+============================
+- ar (Khaled Hosny)
+- es (Daniel Mustieles)
+- is (Sveinn í Felli)
+- uk (Назарій Ріттер)
+
+============
 gedit 3.16.1
 ============
 
diff --git a/README b/README
index 186d01c..805057d 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.16.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.16.2 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.16.1.tar.xz                        # unpack the sources
-  % cd gedit-3.16.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.16.2.tar.xz                        # unpack the sources
+  % cd gedit-3.16.2                            # 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 db00e4f..53b46f2 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, 16)
-m4_define(gedit_micro_version, 1)
+m4_define(gedit_micro_version, 2)
 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]