[libchamplain/libchamplain-0-4] Version bump to 0.4.2



commit 922960df890f6ccba21efb71d16453a1dfe75d03
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Mon Oct 26 16:36:37 2009 -0400

    Version bump to 0.4.2

 NEWS         |   14 ++++++++++++++
 configure.ac |    4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)
---
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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]