[gedit] Release 3.20.1
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.20.1
- Date: Thu, 31 Mar 2016 20:26:50 +0000 (UTC)
commit e34f0d09faef762a80f8615783aa08cb6d755c3a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Thu Mar 31 22:26:28 2016 +0200
Release 3.20.1
NEWS | 8 ++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 12 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index f0d1a9a..de379f9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,12 @@
============
+gedit 3.20.1
+============
+
+- Use a menubar only if gtk-shell-shows-menubar is set to true
+- Misc bugfixes
+- Translation updates
+
+============
gedit 3.20.0
============
diff --git a/README b/README
index 126306f..0e2a50c 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.20.0 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.20.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.
@@ -76,8 +76,8 @@ gspell >= 0.2.3 is required to enable the spell checking plugin.
Simple install procedure:
- % tar Jxf gedit-3.20.0.tar.xz # unpack the sources
- % cd gedit-3.20.0 # change to the toplevel directory
+ % tar Jxf gedit-3.20.1.tar.xz # unpack the sources
+ % cd gedit-3.20.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 4aa6a5a..17be2fa 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, 20)
-m4_define(gedit_micro_version, 0)
+m4_define(gedit_micro_version, 1)
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]