[libchamplain] 0.5.2



commit 3155d09d9b773398473709b1af41f496a3a5e17e
Author: JiÅ?í Techet <techet gmail com>
Date:   Tue May 18 00:29:36 2010 +0200

    0.5.2
    
    Signed-off-by: JiÅ?í Techet <techet gmail com>

 NEWS         |   23 +++++++++++++++++++++++
 configure.ac |    4 ++--
 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]