[libchamplain/libchamplain-0-6] 0.6.1



commit 8fb4d06c3cacb8031e7a2797e859879708f7a477
Author: JiÅ?í Techet <techet gmail com>
Date:   Sat Jun 26 23:24:05 2010 +0200

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

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index d636c87..62c2100 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+libchamplain 0.6.1 (2010-06-26)
+===============================
+
+Stable release
+GObject-introspection, Vala (Tomaž Vajngerl) and Python (Victor Godoy Poluceno) 
+bindings are in a working state.
+
+Changes:
+* New Vala bindings (Tomaž Vajngerl)
+* Updated Python bindings (Victor Godoy Poluceno)
+* Do not distribute gir files (Yaakov Selkowitz)
+* Minimal libchamplain usage demos (JiÅ?í Techet)
+* Minor fixes and improvements (JiÅ?í Techet)
+
 libchamplain 0.6 (2010-05-25)
 ===============================
 
diff --git a/configure.ac b/configure.ac
index 0b4d872..4415017 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], [6])
-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_api_version],
@@ -32,7 +32,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=0:0:0
+LIBRARY_VERSION=0:1:0
 CHAMPLAIN_API_VERSION=champlain_api_version
 CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_version
 CHAMPLAIN_MAJOR_VERSION=champlain_major_version



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