From: Pierre-Luc Beaudoin Date: Mon, 26 Oct 2009 20:36:37 +0000 (-0400) Subject: Version bump to 0.4.2 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922960df890f6ccba21efb71d16453a1dfe75d03;p=libchamplain Version bump to 0.4.2 --- diff --git a/NEWS b/NEWS index fdff99f..fdf9bcb 100644 --- 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) =============================== diff --git a/configure.ac b/configure.ac index 4dd8070..cb3cc45 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], [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