Commit 0faaf090bf2250f415512fdf1866ff5e0f6d274d
- Diff rendering mode:
- inline
- side by side
Makefile.am
(2 / 0)
|   | |||
| 1 | 1 | SUBDIRS = tidy champlain demos docs/reference | |
| 2 | 2 | ||
| 3 | ACLOCAL_AMFLAGS = -I m4 | ||
| 4 | |||
| 3 | 5 | pcfiles = champlain-@API_VERSION@.pc | |
| 4 | 6 | ||
| 5 | 7 | champlain-@API_VERSION@.pc: champlain.pc |
NEWS
(16 / 0)
|   | |||
| 1 | libchamplain 0.2.7 (2008-11-16) | ||
| 2 | =============================== | ||
| 3 | |||
| 4 | Enhancements: | ||
| 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 | |||
| 11 | Fixes: | ||
| 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 |
configure.ac
(2 / 2)
|   | |||
| 2 | 2 | # Process this file with autoconf to produce a configure script. | |
| 3 | 3 | ||
| 4 | 4 | AC_PREREQ(2.61) | |
| 5 | AC_INIT(libchamplain, 0.2.6, pierre-luc@pierlux.com) | ||
| 5 | AC_INIT(libchamplain, 0.2.7, pierre-luc@pierlux.com) | ||
| 6 | 6 | AC_CONFIG_SRCDIR([champlain/champlainview.h]) | |
| 7 | 7 | AC_CONFIG_HEADER([config.h]) | |
| 8 | 8 | ||
| … | … | ||
| 16 | 16 | AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) | |
| 17 | 17 | ||
| 18 | 18 | # Checks for libraries. | |
| 19 | LIBRARY_VERSION=1:2:0 | ||
| 19 | LIBRARY_VERSION=1:3:0 | ||
| 20 | 20 | # API_VERSION is used to generate pc file only | |
| 21 | 21 | API_VERSION=0.2 | |
| 22 | 22 |

