SUBDIRS = tidy champlain demos docs/reference
+ACLOCAL_AMFLAGS = -I m4
+
pcfiles = champlain-@API_VERSION@.pc
champlain-@API_VERSION@.pc: champlain.pc
+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
+
# 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])
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