summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2010-08-20 23:39:39 +0200
committerJiří Techet <techet@gmail.com>2010-08-20 23:39:39 +0200
commitad0e2508740a40b8c28655ebbe01ee1a27a5f91d (patch)
treec3879571e2490d1ba2e86783daed6046239ac178
parente35fc91ad4d07900847f550685ba9dbb6485fefc (diff)
downloadlibchamplain-0-4.tar.gz
Only repacked 0.4.6 with correct python bindings sources - in the previous release some of them had zero size. Signed-off-by: Jiří Techet <techet@gmail.com>
-rw-r--r--NEWS12
-rw-r--r--configure.ac6
2 files changed, 15 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 47b952c..3905bfa 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libchamplain 0.4.7 (2010-08-20)
+===============================
+
+Stable release
+GObject-introspection, Python (Victor Godoy Poluceno), Perl
+(Emmanuel Rodriguez), Vala (Tomaž Vajngerl) bindings are in a working state.
+
+Changes:
+* In the previous release some generated python binding sources had zero size
+ which caused that the python bindings weren't working at all. This release
+ just repacks the distributed files correctly.
+
libchamplain 0.4.6 (2010-06-01)
===============================
diff --git a/configure.ac b/configure.ac
index 02ea94a..2d7ee58 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], [4])
-m4_define([champlain_micro_version], [6])
+m4_define([champlain_micro_version], [7])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([api_version],
@@ -11,7 +11,7 @@ m4_define([api_version],
AC_PREREQ(2.61)
AC_INIT([libchamplain],
[champlain_version],
- http://bugzilla.gnome.org/simple-bug-guide.cgi?product=libchamplain)
+ [https://bugzilla.gnome.org/enter_bug.cgi?product=libchamplain])
AC_CONFIG_SRCDIR([champlain/champlain.h])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
@@ -31,7 +31,7 @@ AC_PATH_PROG(VAPIGEN, vapigen, vapigen)
AC_SUBST(VAPIGEN)
# Checks for libraries.
-LIBRARY_VERSION=3:3:3
+LIBRARY_VERSION=3:4:3
# API_VERSION is used to generate pc files only
API_VERSION=api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version