summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Techet <techet@gmail.com>2010-05-18 00:29:36 +0200
committerJiří Techet <techet@gmail.com>2010-05-18 00:29:36 +0200
commit3155d09d9b773398473709b1af41f496a3a5e17e (patch)
tree92dca804e3317d0f3bee72287e54895dfa95f7aa
parent8fa46ff85b2ae61ff6d5286c9a198aaec6cfd714 (diff)
downloadlibchamplain-3155d09d9b773398473709b1af41f496a3a5e17e.tar.gz
Signed-off-by: Jiří Techet <techet@gmail.com>
-rw-r--r--NEWS23
-rw-r--r--configure.ac4
2 files changed, 25 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c4c26f2..3d6d612 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,26 @@
+libchamplain 0.5.2 (2010-05-18)
+===============================
+
+Unstable release
+GObject-introspection and Python (Victor Godoy Poluceno) bindings
+are in a working state (without local rendering support yet).
+
+Changes:
+* libchamplain has a new maintainer: Jiří Techet
+* Different tile reference management eliminating tile leaks
+ (Jiří Techet)
+* General performance improvements (Jiří Techet)
+* Tile download cancellation when tile not displayed any more
+ (Jiří Techet)
+* Build process improvements, libmemphis dependency made optional,
+ documentation updates (Jiří Techet)
+* Removal of unmaintained mono bindings, removal of perl bindings
+ (will be distributed separately)
+* New demo using introspection written in javascript (Simon Wenner)
+* Many bugfixes and cleanups - for details see ChangeLog
+ (Pierre-Luc Beaudoin, Jiří Techet, Emmanuel Rodriguez, Rob Bradford,
+ Fridrich Štrba, Simon Wenner, Brian Cameron, Lorenzo Masini)
+
libchamplain 0.5.1 (2010-01-25)
===============================
diff --git a/configure.ac b/configure.ac
index 001887c..a5c5f37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
m4_define([champlain_major_version], [0])
m4_define([champlain_minor_version], [5])
-m4_define([champlain_micro_version], [1])
+m4_define([champlain_micro_version], [2])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([champlain_api_version],
@@ -27,7 +27,7 @@ AC_PROG_CC
AM_PROG_CC_C_O
# Checks for libraries.
-LIBRARY_VERSION=0:0:0
+LIBRARY_VERSION=1:0:0
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version