[gtksourceview] Release 3.8.0



commit 167894be4cd5821bb2bdf304dbdeba39e250ca42
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Mon Mar 25 16:50:31 2013 +0100

    Release 3.8.0

 NEWS         |    8 ++++++++
 README       |    8 ++++----
 configure.ac |    4 ++--
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/NEWS b/NEWS
index 7460836..c344eb3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+News in 3.8.0
+-------------
+* Add Libtool versioning. There was an ABI break during this development
+  cycle, because some private functions were accidentally exported. So
+  the Libtool's -version-info is bumped from 0:0:0 to 1:0:0. On
+  GNU/Linux, this results in a version bump of the soname.
+* Updated translations
+
 News in 3.7.92
 --------------
 * New style id for warnings
diff --git a/README b/README
index 8d33f23..7302433 100644
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 General Information
 ===================
 
-This is version 3.7.93 of GtkSourceView.
+This is version 3.8.0 of GtkSourceView.
 
 GtkSourceView is a text widget that extends the standard gtk+ 3.x
 text widget GtkTextView.
@@ -28,12 +28,12 @@ All future contributions to the project must be LGPL-licensed.
 Installation
 ============
 
-GtkSourceView requires glib-2.24.x, GTK+-3.0.x and libxml2 2.6.x.
+GtkSourceView requires glib-2.34.x, GTK+-3.8.x and libxml2 2.6.x.
 
 Simple install procedure:
 
-  % tar Jxf gtksourceview-3.7.93.tar.xz           # unpack the sources
-  % cd gtksourceview-3.7.93               # change to the toplevel directory
+  % tar Jxf gtksourceview-3.8.0.tar.xz    # unpack the sources
+  % cd gtksourceview-3.8.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 0a3e5b4..38faf89 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, 7)
-m4_define(gtksourceview_micro_version, 93)
+m4_define(gtksourceview_minor_version, 8)
+m4_define(gtksourceview_micro_version, 0)
 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]