[gtksourceview] Release 3.19.1
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 3.19.1
- Date: Sun, 25 Oct 2015 17:15:20 +0000 (UTC)
commit 574fb89205064296143e0c268ca5a14151bbc0db
Author: Sébastien Wilmet <swilmet gnome org>
Date: Sun Oct 25 18:07:53 2015 +0100
Release 3.19.1
NEWS | 10 ++++++++++
README | 8 ++++----
configure.ac | 4 ++--
3 files changed, 16 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index ed9e301..323dfe5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+News in 3.19.1
+--------------
+* New class: GtkSourceTag with a draw-spaces property
+* Drop build dependency on intltool, use upstream gettext and ITS Tool instead
+* Completion windows: don't add space for scrollbars
+* Do not show undo/redo in context menu if undo/redo is disabled
+* Bracket matching: several bug fixes, unit tests written, code simplified
+* Other small code improvements
+* Translation updates
+
News in 3.18.1
--------------
* Misc bug fixes
diff --git a/README b/README
index 6557459..5986046 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.19.0 of GtkSourceView.
+This is version 3.19.1 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.44, GTK+ >= 3.19.0 and libxml2 >= 2.6.
+GtkSourceView requires GLib >= 2.47.0, GTK+ >= 3.19.0 and libxml2 >= 2.6.
Simple install procedure:
- % tar Jxf gtksourceview-3.19.0.tar.xz # unpack the sources
- % cd gtksourceview-3.19.0 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.19.1.tar.xz # unpack the sources
+ % cd gtksourceview-3.19.1 # 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 e823658..bd79e83 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_PREREQ(2.64)
m4_define(gtksourceview_major_version, 3)
m4_define(gtksourceview_minor_version, 19)
-m4_define(gtksourceview_micro_version, 0)
+m4_define(gtksourceview_micro_version, 1)
m4_define(gtksourceview_version,
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
AC_INIT([gtksourceview],
@@ -37,7 +37,7 @@ GSV_LT_VERSION="$GSV_LT_CURRENT:$GSV_LT_REVISION:$GSV_LT_AGE"
AC_SUBST(GSV_LT_VERSION)
# Dependencies
-glib_req=2.47
+glib_req=2.47.0
gtk_req=3.19.0
libxml_req=2.6.0
gladeui_req=3.9
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]