From 0faaf090bf2250f415512fdf1866ff5e0f6d274d Mon Sep 17 00:00:00 2001 From: Pierre-Luc Beaudoin Date: Sun, 16 Nov 2008 19:00:42 -0500 Subject: [PATCH] Version bump 0.2.7 --- Makefile.am | 2 ++ NEWS | 17 +++++++++++++++++ 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 diff --git a/NEWS b/NEWS index e69de29..b22f93a 100644 --- 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 + 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 -- 2.39.5