[gtksourceview] Release 3.17.1



commit 56ddd999052a07fc55e650d5fbfe2c0c9fa5e353
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Apr 27 21:19:42 2015 +0200

    Release 3.17.1

 NEWS         |    9 +++++++++
 README       |    6 +++---
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 12f9400..2fabe77 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+News in 3.17.1
+--------------
+* New public function: gtk_source_encoding_get_default_candidates()
+* Add g_autoptr autocleanup support
+* Add lang files for (basic) CSV and jade template
+* Improvements to lang files: C, CMake, GDB log, JavaScript, C#, F#,
+  VB.net and CSS
+* Translation updates
+
 News in 3.16.1
 --------------
 * Update CMake language spec
diff --git a/README b/README
index 7069026..23f2911 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.17.0 of GtkSourceView.
+This is version 3.17.1 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard GTK+ text widget
 GtkTextView.
@@ -33,8 +33,8 @@ GtkSourceView requires GLib >= 2.44, GTK+ >= 3.16 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.17.0.tar.xz    # unpack the sources
-  % cd gtksourceview-3.17.0               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.17.1.tar.xz    # unpack the sources
+  % cd gtksourceview-3.17.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 bcd8d4e..cd8907f 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, 17)
-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],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]