+libchamplain 0.4.2 (2009-10-26)
+===============================
+
+Stable release
+GObject-introspection, Python and Perl bindings are in a working state.
+
+Fixes:
+
+* 595552: ChamplainView "decel-rate" accepts values below 1.0
+ (Pierre-Luc Beaudoin)
+* 598942: Fix champlain-gtk GObject introspection (Koop Mast)
+* Fix compiler warning "function declaration isn't a prototype"
+ (Pierre-Luc Beaudoin)
+
libchamplain 0.4.1 (2009-10-18)
===============================
# 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], [1])
+m4_define([champlain_micro_version], [2])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([api_version],
AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
# Checks for libraries.
-LIBRARY_VERSION=1:0:1
+LIBRARY_VERSION=2:0:2
# API_VERSION is used to generate pc files only
API_VERSION=api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version