[libchamplain/libchamplain-0-4] Bump release to 0.4.5 + NEWS



commit 54f92ec2b8cf24d926830038b2c57cbfb3fc6baa
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Sun Mar 7 22:41:18 2010 -0500

    Bump release to 0.4.5 + NEWS

 NEWS         |   12 ++++++++++++
 configure.ac |    4 ++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 2669666..19a7f7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+libchamplain 0.4.5 (2010-03-10)
+===============================
+
+Stable release
+GObject-introspection, Python (Victor Godoy Poluceno) and Perl
+(Emmanuel Rodriguez) bindings are in a working state.
+
+Fixes:
+* Fix missing lat/lon property notifications (Jonathon Jongsma)
+* Remove the need to explicitly set the size of actors (Rob Bradford)
+* Properly get rid of marker's previous image (Pierre-Luc Beaudoin)
+
 libchamplain 0.4.4 (2010-01-28)
 ===============================
 
diff --git a/configure.ac b/configure.ac
index caf6efc..b8ed9bc 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], [4])
+m4_define([champlain_micro_version], [5])
 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=3:1:3
+LIBRARY_VERSION=3:2:3
 # 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]