[gedit] Release 3.31.2



commit 5b8034c4df609c440c844ba703c224fe7265ab40
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Nov 12 18:00:14 2018 -0500

    Release 3.31.2

 NEWS         | 10 ++++++++++
 README       |  6 +++---
 configure.ac |  2 +-
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7384ca9f2..c1fdb48f6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+=============
+gedit 3.31.2
+=============
+Development release
+
+- Follow GNOME 3.32 menu guidelines (Corey)
+- Allow closing tabs with middle-click (Corey)
+
+Contributors: Corey Daley
+
 =============
 gedit 3.31.1
 =============
diff --git a/README b/README
index f540f88d3..00cef25e2 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.31.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.31.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.
@@ -76,8 +76,8 @@ gspell >= 0.2.3 is required to enable the spell checking plugin.
 
 Simple install procedure:
 
-  % tar Jxf gedit-3.31.1.tar.xz                        # unpack the sources
-  % cd gedit-3.31.1                            # change to the toplevel directory
+  % tar Jxf gedit-3.31.2.tar.xz                        # unpack the sources
+  % cd gedit-3.31.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 17e71234c..6c38d5d2a 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, 31)
-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]