[libchamplain/libchamplain-0-10] 0.10.1



commit 627e3da0a3b0155cde483698ff267ebc1e8a33f5
Author: JiÅÃ Techet <techet gmail com>
Date:   Sun Sep 18 00:50:39 2011 +0200

    0.10.1

 NEWS         |    9 +++++++++
 README       |    2 +-
 configure.ac |    4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2dc7559..85b8fe3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libchamplain 0.10.1 (2011-09-17)
+===============================
+
+Stable release
+
+Changes:
+* Various fixes backported from trunk (Andreas Henriksson, FrÃdÃric PÃters, 
+  Javier JardÃn, JiÅÃ Techet)
+
 libchamplain 0.10.0 (2011-04-04)
 ===============================
 
diff --git a/README b/README
index 04ffbe2..5f6da13 100644
--- a/README
+++ b/README
@@ -17,7 +17,7 @@ libchamplain requires:
 If you are building libchamplain-gtk, you will also need:
 
   * gtk >= 3.0
-  * clutter-gtk >= 0.91.6
+  * clutter-gtk >= 1.0
 
 If you are building libchamplain with local rendering support, you will
 also need:
diff --git a/configure.ac b/configure.ac
index b64984a..a7ef9bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 m4_define([champlain_major_version], [0])
 m4_define([champlain_minor_version], [10])
-m4_define([champlain_micro_version], [0])
+m4_define([champlain_micro_version], [1])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
 m4_define([champlain_minor_api_version], [m4_eval(champlain_minor_version + champlain_minor_version%2)])
@@ -36,7 +36,7 @@ AM_PROG_CC_C_O
 # - If binary compatibility has been broken (eg removed or changed interfaces)
 #   change to C+1:0:0
 # - If the interface is the same as the previous version, change to C:R+1:A
-LIBRARY_VERSION=1:1:1
+LIBRARY_VERSION=1:2:1
 CHAMPLAIN_API_VERSION=champlain_api_version
 CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version



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