[gedit/gnome-3-30] Release 3.30.2
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-3-30] Release 3.30.2
- Date: Sun, 21 Oct 2018 13:41:25 +0000 (UTC)
commit 4ffea6d7644ad7ac0f306266bd1fc50236462d44
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Sun Oct 21 09:30:28 2018 -0400
Release 3.30.2
NEWS | 7 +++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index b29a0bfda..84b45ecce 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+=============
+gedit 3.30.2
+=============
+- Fix file chooser not opening in correct location after first time
+ (Sebastien Lafargue)
+- Translation updates
+
=============
gedit 3.30.1
=============
diff --git a/README b/README
index 0fa87d563..e86532c7a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.30.1 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.30.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.30.1.tar.xz # unpack the sources
- % cd gedit-3.30.1 # change to the toplevel directory
+ % tar Jxf gedit-3.30.2.tar.xz # unpack the sources
+ % cd gedit-3.30.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 0dd88cc2b..ecfd1c577 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, 30)
-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]