[gtksourceview] Release 3.11.1
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview] Release 3.11.1
- Date: Mon, 28 Oct 2013 19:34:56 +0000 (UTC)
commit e3f6c5c5a6396a456322a4a15cb09a2c7113470f
Author: Sébastien Wilmet <swilmet gnome org>
Date: Mon Oct 28 20:31:37 2013 +0100
Release 3.11.1
NEWS | 10 ++++++++++
README | 6 +++---
configure.ac | 2 +-
3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 4e78895..c2b85fb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+News in 3.11.1
+--------------
+* Deprecate the Gutter:xpad and Gutter:ypad properties
+* Deprecate gtk_source_gutter_get_window()
+* Better implementation of GtkSourceMarks (private class GtkSourceMarksSequence)
+* Style schemes: more visible right margin
+* Documentation improvements
+* Misc bugfixes
+* Updated translations
+
News in 3.10.0
--------------
* Small bugfix
diff --git a/README b/README
index 81d69c4..ecf9847 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
General Information
===================
-This is version 3.10.1 of GtkSourceView.
+This is version 3.11.1 of GtkSourceView.
GtkSourceView is a text widget that extends the standard gtk+ 3.x
text widget GtkTextView.
@@ -32,8 +32,8 @@ GtkSourceView requires glib >= 2.38, GTK+ >= 3.11.0 and libxml2 >= 2.6.
Simple install procedure:
- % tar Jxf gtksourceview-3.10.1.tar.xz # unpack the sources
- % cd gtksourceview-3.10.1 # change to the toplevel directory
+ % tar Jxf gtksourceview-3.11.1.tar.xz # unpack the sources
+ % cd gtksourceview-3.11.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 fbcd07b..13a375f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ 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, 10)
+m4_define(gtksourceview_minor_version, 11)
m4_define(gtksourceview_micro_version, 1)
m4_define(gtksourceview_version,
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]