summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2010-06-26 23:24:05 +0200
committerJiří Techet <techet@gmail.com>2010-06-27 00:00:20 +0200
commit8fb4d06c3cacb8031e7a2797e859879708f7a477 (patch)
tree3981bfeec6053d7738d7bb86eb71df298f116229
parent24f38a2f6d2f006ea178fefa8917021ac7a4da67 (diff)
downloadlibchamplain-0-6.tar.gz
Signed-off-by: Jiří Techet <techet@gmail.com>
-rw-r--r--NEWS14
-rw-r--r--configure.ac4
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