[gtksourceview/wip/release] Release 3.20.0



commit 7db8c78350148a59a35409d3ee6f2ace43ebdc17
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Sun Mar 20 14:03:58 2016 +0100

    Release 3.20.0

 NEWS         |   11 +++++++++++
 README       |    8 ++++----
 configure.ac |    8 ++++----
 3 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/NEWS b/NEWS
index 477e0a8..7cc1e4d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+News in 3.20.0
+--------------
+* Improvements to the syntax highlighting of: CSS, JavaScript, protobuf, Vala,
+  imagej, Python 3 and BibTeX
+* Adapt code to use GTK_TEXT_VIEW_LAYER_BELOW_TEXT and
+  GTK_TEXT_VIEW_LAYER_ABOVE_TEXT
+* Add a "sourceview" CSS class to all GtkSourceView's
+* Fixes to the MSVC build system
+* Various other small fixes and improvements
+* Translation updates
+
 News in 3.19.4
 --------------
 * CSS fixes to track GTK+ changes
diff --git a/README b/README
index db381b0..55c9b01 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.19.5 of GtkSourceView.
+This is version 3.20.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.47.0, GTK+ >= 3.19.6 and libxml2 >= 2.6.
+GtkSourceView requires GLib >= 2.48, GTK+ >= 3.20 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.19.5.tar.xz    # unpack the sources
-  % cd gtksourceview-3.19.5               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.20.0.tar.xz    # unpack the sources
+  % cd gtksourceview-3.20.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 7ac0c5f..1f15d92 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, 19)
-m4_define(gtksourceview_micro_version, 5)
+m4_define(gtksourceview_minor_version, 20)
+m4_define(gtksourceview_micro_version, 0)
 m4_define(gtksourceview_version, 
gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version)
 
 AC_INIT([gtksourceview],
@@ -37,9 +37,9 @@ AC_SUBST(GTK_SOURCE_MICRO_VERSION)
 # 4. If any exported functions or data have been removed since the last
 #    public release, set AGE to 0.
 
-GSV_LT_CURRENT=6
+GSV_LT_CURRENT=7
 GSV_LT_REVISION=0
-GSV_LT_AGE=5
+GSV_LT_AGE=6
 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]