[gedit/gnome-3-18] Release 3.18.3
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-3-18] Release 3.18.3
- Date: Thu, 14 Jan 2016 10:28:07 +0000 (UTC)
commit 82cf89a287d2d9a3d1fca99b65600eb1bfde0bd1
Author: Sébastien Wilmet <swilmet gnome org>
Date: Thu Jan 14 10:58:56 2016 +0100
Release 3.18.3
NEWS | 14 ++++++++++++++
README | 8 ++++----
configure.ac | 4 ++--
3 files changed, 20 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 495902a..7643f54 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,18 @@
============
+gedit 3.18.3
+============
+
+New Features and Fixes
+======================
+- Several crash fixes
+- A few other more minor bug fixes
+- Add kudos to appdata
+
+New and updated translations
+============================
+- zh_CN (YunQiang Su)
+
+============
gedit 3.18.2
============
diff --git a/README b/README
index d4ebe42..ec44b90 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.18.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.18.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.
@@ -64,7 +64,7 @@ Information about gedit mailing lists can be found at
Installation
============
-gedit requires GTK+ >= 3.16, GtkSourceView >= 3.17.3 and
+gedit requires GTK+ >= 3.16, GtkSourceView >= 3.18 and
libpeas >= 1.14.1 libraries. It also has a run-time dependency on an
icon theme for its icons. If gedit fails to display icons, installing
GNOME's default adwaita-icon-theme is a simple way of providing them.
@@ -74,8 +74,8 @@ plugins support.
Simple install procedure:
- % tar Jxf gedit-3.18.2.tar.xz # unpack the sources
- % cd gedit-3.18.2 # change to the toplevel directory
+ % tar Jxf gedit-3.18.3.tar.xz # unpack the sources
+ % cd gedit-3.18.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 7e022a4..e0a969e 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, 18)
-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],
@@ -19,7 +19,7 @@ AC_SUBST(GEDIT_API_VERSION)
# Dependencies
GLIB_REQUIRED=2.44
GTK_REQUIRED=3.16
-GTKSOURCEVIEW_REQUIRED=3.17.3
+GTKSOURCEVIEW_REQUIRED=3.18
LIBPEAS_REQUIRED=1.14.1
LIBXML_REQUIRED=2.5.0
ENCHANT_REQUIRED=1.2.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]