]> err.no Git - libchamplain/commitdiff
Version bump to 0.4.2
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 26 Oct 2009 20:36:37 +0000 (16:36 -0400)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 26 Oct 2009 20:36:37 +0000 (16:36 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index fdff99f704f70cbebcf00c675e6641685277eb3a..fdf9bcb0a2f430010a63823e7a10c7168eabab15 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+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)
 ===============================
 
index 4dd80703669af4f1949b9e9448755f6dc6725d79..cb3cc4550f8a5e2e7449934958d5cce3f5169ff6 100644 (file)
@@ -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], [1])
+m4_define([champlain_micro_version], [2])
 m4_define([champlain_version],
           [champlain_major_version.champlain_minor_version.champlain_micro_version])
 m4_define([api_version],
@@ -28,7 +28,7 @@ AM_PROG_CC_C_O
 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