[libchamplain] 0.7.2



commit 53875a083c4e74e5355e1769647026c39f82b1b4
Author: JiÅ?í Techet <techet gmail com>
Date:   Fri Sep 17 20:02:02 2010 +0200

    0.7.2
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 NEWS         |   15 +++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index c6ca1e7..81699ed 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+libchamplain 0.7.2 (2010-09-17)
+===============================
+
+Unstable release
+Python bindings have not been updated yet.
+
+Changes:
+* Added missing header file for vala bindings generation (Lorenzo Masini)
+* Big makefile cleanup - should fix a problem when some generated sources
+  were distributed and libchamplain did not compile because of different
+  settings (JiÅ?í Techet)
+* Fixed documentation creation when compiled without memphis (JiÅ?í Techet)
+* --strip-prefix option removed for instrospection generation to be compatible
+  with newer gir scanners (JiÅ?í Techet)
+
 libchamplain 0.7.1 (2010-08-26)
 ===============================
 
diff --git a/configure.ac b/configure.ac
index c9dbaf3..3040a3a 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], [7])
-m4_define([champlain_micro_version], [1])
+m4_define([champlain_micro_version], [2])
 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:0:0
+LIBRARY_VERSION=1:1:0
 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]