[libchamplain/libchamplain-0-4] Update NEWS and lib version for 0.4.3



commit 1f066450c8edb312cb08b5038c714fd883af0085
Author: Pierre-Luc Beaudoin <pierre-luc pierlux com>
Date:   Sat Jan 9 15:06:43 2010 -0500

    Update NEWS and lib version for 0.4.3

 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index fdf9bcb..2f84da1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+libchamplain 0.4.3 (2010-01-09)
+===============================
+
+Stable release
+GObject-introspection, Python (Victor Godoy Poluceno) and Perl
+(Emmanuel Rodriguez) bindings are in a working state.
+
+Additions:
+* A scale (Tollef Fog Heen and Pierre-Luc Beaudoin)
+* User configurable additional license text to view
+* An option to highligh points in Polygons (Andreas Henriksson)
+
+Fixes:
+* Also report as loading when validating the cache
+* Debian Bug #555082: fix linking with gold (Laurent Bigonville)
+* 604784: SIGSEGV in function cairo_set_operator
+* Fix segfault when polygon has been delete before redraw
+* Make queue_redraw visible to subclasses
+* Some memory usage improvements by reusing images already loaded
+* Don't eat clicks on the map when using ChamplainSelectionLayer
+
 libchamplain 0.4.2 (2009-10-26)
 ===============================
 
diff --git a/configure.ac b/configure.ac
index 2f79c84..5cd975b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,7 +28,7 @@ AM_PROG_CC_C_O
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 
 # Checks for libraries.
-LIBRARY_VERSION=2:0:2
+LIBRARY_VERSION=3:0: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]