[gtksourceview] Release 3.16.0
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 3.16.0
- Date: Sun, 22 Mar 2015 11:24:43 +0000 (UTC)
commit 8c7732fa3f148830835e796a11de8e52963818b8
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Mar 22 12:19:36 2015 +0100
Release 3.16.0
NEWS | 5 +++++
README | 8 ++++----
configure.ac | 8 ++++----
3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 82f9f2f..a4633c8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+News in 3.16.0
+--------------
+* A few bug fixes and various other improvements
+* Translation updates
+
News in 3.15.91
---------------
* Fix a crash when destroying the widget during a search
diff --git a/README b/README
index 6cb7fe2..0b5436b 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.15.92 of GtkSourceView.
+This is version 3.16.0 of GtkSourceView.
GtkSourceView is a text widget that extends the standard GTK+ text widget
GtkTextView.
@@ -29,12 +29,12 @@ the GNU Lesser General Public License.
Installation
============
-GtkSourceView requires GLib >= 2.43.3, GTK+ >= 3.15.3 and libxml2 >= 2.6.
+GtkSourceView requires GLib >= 2.44, GTK+ >= 3.16 and libxml2 >= 2.6.
Simple install procedure:
- % tar Jxf gtksourceview-3.15.92.tar.xz # unpack the sources
- % cd gtksourceview-3.15.92 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.16.0.tar.xz # unpack the sources
+ % cd gtksourceview-3.16.0 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build gtksourceview
[ Become root if necessary ]
diff --git a/configure.ac b/configure.ac
index a3701e7..52aa5e9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,8 +3,8 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
m4_define(gtksourceview_major_version, 3)
-m4_define(gtksourceview_minor_version, 15)
-m4_define(gtksourceview_micro_version, 92)
+m4_define(gtksourceview_minor_version, 16)
+m4_define(gtksourceview_micro_version, 0)
m4_define(gtksourceview_version,
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
AC_INIT([gtksourceview],
@@ -28,9 +28,9 @@ AC_INIT([gtksourceview],
# 4. If any exported functions or data have been removed since the last
# public release, set AGE to 0.
-GSV_LT_CURRENT=4
+GSV_LT_CURRENT=5
GSV_LT_REVISION=0
-GSV_LT_AGE=3
+GSV_LT_AGE=4
GSV_LT_VERSION="$GSV_LT_CURRENT:$GSV_LT_REVISION:$GSV_LT_AGE"
AC_SUBST(GSV_LT_VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]