diff options
author | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-11-16 19:00:42 -0500 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc@pierlux.com> | 2008-11-16 19:00:42 -0500 |
commit | 0faaf090bf2250f415512fdf1866ff5e0f6d274d (patch) | |
tree | e531fdc8b932eff34812289e801efaa10ccc23fe | |
parent | 4e5e1364a5d60b6ffaaf62d4bdfaf38ce77fa705 (diff) | |
download | libchamplain-0faaf090bf2250f415512fdf1866ff5e0f6d274d.tar.gz |
Version bump 0.2.7v0.2.7
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | NEWS | 17 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 21 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index b7c97a6..0119f58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 @@ -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 + diff --git a/configure.ac b/configure.ac index 5439238..f5d4a67 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |