[gedit/gnome-3-14] Release 3.14.3
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/gnome-3-14] Release 3.14.3
- Date: Wed, 4 Feb 2015 11:50:45 +0000 (UTC)
commit 99e1f524a6328121dafb4dfbd1f41c00d38a3578
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Feb 4 12:43:44 2015 +0100
Release 3.14.3
GtkSourceView 3.14.3 is required for the GObject Introspection
annotations of GtkSourceCompletionProvider (for the snippets plugin).
NEWS | 13 +++++++++++++
README | 8 ++++----
configure.ac | 4 ++--
3 files changed, 19 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index fa0f139..c460898 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,17 @@
============
+gedit 3.14.3
+============
+
+New Features and Fixes
+======================
+- Various bug fixes
+
+New and updated translations
+============================
+- de (Benjamin Steinwender)
+- is (Sveinn í Felli)
+
+============
gedit 3.14.2
============
diff --git a/README b/README
index cf06fc2..4c68380 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.14.2 of gedit. gedit is a small and lightweight UTF-8 text
+This is version 3.14.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,14 +64,14 @@ Information about gedit mailing lists can be found at
Installation
============
-gedit requires GTK+ >= 3.14.0, GtkSourceView >= 3.14.0 and libpeas >= 1.7.x libraries.
+gedit requires GTK+ >= 3.14.0, GtkSourceView >= 3.14.3 and libpeas >= 1.7.x libraries.
PyGobject 3.0.x and gobject-introspection 0.9.0 are required to enable python
plugins support.
Simple install procedure:
- % tar Jxf gedit-3.14.2.tar.xz # unpack the sources
- % cd gedit-3.14.2 # change to the toplevel directory
+ % tar Jxf gedit-3.14.3.tar.xz # unpack the sources
+ % cd gedit-3.14.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 34e8d34..cf3d734 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, 14)
-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],
@@ -16,7 +16,7 @@ AC_INIT([gedit],
# Dependencies
GLIB_REQUIRED=2.40.0
GTK_REQUIRED=3.14.0
-GTKSOURCEVIEW_REQUIRED=3.14.0
+GTKSOURCEVIEW_REQUIRED=3.14.3
LIBPEAS_REQUIRED=1.7.0
LIBXML_REQUIRED=2.5.0
ENCHANT_REQUIRED=1.2.0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]