]> err.no Git - libchamplain/commitdiff
Version bump 0.2.7
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 17 Nov 2008 00:00:42 +0000 (19:00 -0500)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Mon, 17 Nov 2008 00:00:42 +0000 (19:00 -0500)
Makefile.am
NEWS
configure.ac

index b7c97a6dab5bbfcbe194397163d39830dbd0cc6b..0119f589368785a4e23e10279262f54a948cc2d6 100644 (file)
@@ -1,5 +1,7 @@
 SUBDIRS = tidy champlain demos docs/reference
 
+ACLOCAL_AMFLAGS = -I m4
+
 pcfiles = champlain-@API_VERSION@.pc
 
 champlain-@API_VERSION@.pc: champlain.pc
diff --git a/NEWS b/NEWS
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b22f93a073fb6b0114b0410e512ff4003556de9a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,17 @@
+libchamplain 0.2.7 (2008-11-16)
+===============================
+
+Enhancements:
+
+* Double clicking on the map will now zoom and recenter. 
+* When resizing a ChamplainView, the centered content will still be
+  centered after the resizing.  Can be disabled.
+* The Map's license is displayed by default on the lower right corner. 
+
+Fixes:
+
+* Fix a memory leak
+* Some code clean-up
+* Fix Bug 558026 – zoom in + center_on != center_on + zoom in
+* Fix missing zoom level in OpenStreetMap Mapnik
+
index 54392389d9bdcbee9047c46a31bda868e20f0a7e..f5d4a6790d51a7d2a5507836f2c480a0d663c17b 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT(libchamplain, 0.2.6, pierre-luc@pierlux.com)
+AC_INIT(libchamplain, 0.2.7, pierre-luc@pierlux.com)
 AC_CONFIG_SRCDIR([champlain/champlainview.h])
 AC_CONFIG_HEADER([config.h])
 
@@ -16,7 +16,7 @@ AC_PROG_CC
 AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
 
 # Checks for libraries.
-LIBRARY_VERSION=1:2:0
+LIBRARY_VERSION=1:3:0
 # API_VERSION is used to generate pc file only
 API_VERSION=0.2