Commit 0faaf090bf2250f415512fdf1866ff5e0f6d274d

Version bump 0.2.7
  
11SUBDIRS = tidy champlain demos docs/reference
22
3ACLOCAL_AMFLAGS = -I m4
4
35pcfiles = champlain-@API_VERSION@.pc
46
57champlain-@API_VERSION@.pc: champlain.pc
NEWS
(16 / 0)
  
1libchamplain 0.2.7 (2008-11-16)
2===============================
3
4Enhancements:
5
6* Double clicking on the map will now zoom and recenter.
7* When resizing a ChamplainView, the centered content will still be
8 centered after the resizing. Can be disabled.
9* The Map's license is displayed by default on the lower right corner.
10
11Fixes:
12
13* Fix a memory leak
14* Some code clean-up
15* Fix Bug 558026 – zoom in + center_on != center_on + zoom in
16* Fix missing zoom level in OpenStreetMap Mapnik
  
22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ(2.61)
5AC_INIT(libchamplain, 0.2.6, pierre-luc@pierlux.com)
5AC_INIT(libchamplain, 0.2.7, pierre-luc@pierlux.com)
66AC_CONFIG_SRCDIR([champlain/champlainview.h])
77AC_CONFIG_HEADER([config.h])
88
1616AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal])
1717
1818# Checks for libraries.
19LIBRARY_VERSION=1:2:0
19LIBRARY_VERSION=1:3:0
2020# API_VERSION is used to generate pc file only
2121API_VERSION=0.2
2222