[gedit] Release 3.31.3
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Release 3.31.3
- Date: Mon, 10 Dec 2018 17:31:33 +0000 (UTC)
commit 235956bee1c4f648638230a065c1cb79362424cc
Author: Jeremy Bicha <jbicha ubuntu com>
Date: Mon Dec 10 12:09:03 2018 -0500
Release 3.31.3
NEWS | 16 ++++++++++++++++
README.md | 6 +++---
configure.ac | 2 +-
3 files changed, 20 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index c1fdb48f6..c4dc1d8d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+=============
+gedit 3.31.3
+=============
+Development release
+
+- Update README and rename to README.md (Alexandre)
+- Update new app icon (Jakub)
+- Fix searching with upper case characters in recent files popup (Sébastien)
+- Fix symbolic icons in file browser with dark themes (Sébastien)
+- Use a color for search matching in recent files popup that works better
+ with dark themes (Sébastien)
+- Clean up deprecations and more (Sébastien)
+
+Contributors:
+ Alexandre Franke, Sébastien Lafargue, Jakub Steiner
+
=============
gedit 3.31.2
=============
diff --git a/README.md b/README.md
index f543dbbd4..ea759a68e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.31.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.31.3 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.
@@ -72,8 +72,8 @@ python plugins support.
Simple install procedure:
```
-% tar Jxf gedit-3.31.2.tar.xz # unpack the sources
-% cd gedit-3.31.2 # change to the toplevel directory
+% tar Jxf gedit-3.31.3.tar.xz # unpack the sources
+% cd gedit-3.31.3 # 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 44e7c7652..acabdd29d 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, 2)
+m4_define(gedit_micro_version, 3)
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]