[gtksourceview] Release 3.13.90



commit 721938fd4a9b2f18589bf143e4f4be2413656555
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Aug 18 20:52:58 2014 +0200

    Release 3.13.90

 NEWS         |   11 +++++++++++
 README       |    8 ++++----
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/NEWS b/NEWS
index 21fbe74..f9fac15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+News in 3.13.90
+---------------
+* Adjustments to the file loading and saving API:
+  - Make gtk_source_encoding_get_default_candidates() private
+  - Replace gtk_source_encoding_foreach() by gtk_source_encoding_get_all()
+  The file loading and saving API can be considered stable now.
+
+* Add Vala bindings
+* Various other improvements
+* Translation updates
+
 News in 3.13.3
 --------------
 * Extend the api to obtain candidate encodings
diff --git a/README b/README
index 0a950ab..1b3ef0a 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.13.4 of GtkSourceView.
+This is version 3.13.90 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.38, GTK+ >= 3.11.0 and libxml2 >= 2.6.
+GtkSourceView requires glib >= 2.38, GTK+ >= 3.13.7 and libxml2 >= 2.6.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.13.4.tar.xz    # unpack the sources
-  % cd gtksourceview-3.13.4               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.13.90.tar.xz   # unpack the sources
+  % cd gtksourceview-3.13.90              # 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 dae2846..ef01882 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, 13)
-m4_define(gtksourceview_micro_version, 4)
+m4_define(gtksourceview_micro_version, 90)
 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]