[libchamplain] 0.9.1
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] 0.9.1
- Date: Sun, 27 Mar 2011 22:17:53 +0000 (UTC)
commit 9c42276d437eaede6337c18b50ab4dbad6eb4ed7
Author: JiÅ?Ã Techet <techet gmail com>
Date: Mon Mar 28 00:10:54 2011 +0200
0.9.1
NEWS | 19 +++++++++++++++++++
configure.ac | 4 ++--
2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 39ab0ff..9906a44 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+libchamplain 0.9.1 (2011-03-28)
+===============================
+
+Unstable release
+Vala bindings have not been updated yet.
+
+Changes:
+* Fix the redrawing bug caused by more aggressive clutter clipping (JiÅ?Ã Techet)
+* Return to tidy from mx - it's less code which has to be maintained (JiÅ?Ã Techet)
+* Port event handling from mx to tidy (JiÅ?Ã Techet)
+* Reduce the amount of tidy source files and move them to the champlain
+ directory (JiÅ?Ã Techet)
+* Custom pick implementation for markers so markers are selected only
+ when clicked inside them (JiÅ?Ã Techet)
+* Fixes of several memory leaks on object destruction (JiÅ?Ã Techet)
+* Deprecated symbols removal from ChamplainGtk (JiÅ?Ã Techet)
+* Minimal Python demo added (JiÅ?Ã Techet)
+* Minor bugfixes, cleanups, documentation additions, alignment fixes (JiÅ?Ã Techet)
+
libchamplain 0.9.0 (2011-02-21)
===============================
diff --git a/configure.ac b/configure.ac
index 5e3d4cb..c891b10 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], [9])
-m4_define([champlain_micro_version], [0])
+m4_define([champlain_micro_version], [1])
m4_define([champlain_version],
[champlain_major_version.champlain_minor_version.champlain_micro_version])
m4_define([champlain_minor_api_version], [m4_eval(champlain_minor_version + champlain_minor_version%2)])
@@ -36,7 +36,7 @@ AM_PROG_CC_C_O
# - If binary compatibility has been broken (eg removed or changed interfaces)
# change to C+1:0:0
# - If the interface is the same as the previous version, change to C:R+1:A
-LIBRARY_VERSION=0:0:0
+LIBRARY_VERSION=1:0:1
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]