[libchamplain/libchamplain-0-12] 0.12.1
- From: JiÅÃ Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain/libchamplain-0-12] 0.12.1
- Date: Tue, 20 Dec 2011 01:15:18 +0000 (UTC)
commit 2218bf3e82c3ddafb202da18afe0b8c0d3622d70
Author: JiÅÃ Techet <techet gmail com>
Date: Tue Dec 20 02:05:41 2011 +0100
0.12.1
NEWS | 15 +++++++++++++++
configure.ac | 4 ++--
2 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 35dd1c9..25fe398 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+libchamplain 0.12.1 (2011-12-20)
+===============================
+
+Stable release
+
+Changes:
+* Fix scale drawing (JiÅÃ Techet)
+* Don't call g_thread_init (Colin Walters)
+* Redraw path when its properties change (JiÅÃ Techet)
+* Fix crashes on ChamplainView destruction (JiÅÃ Techet)
+* Add dashed lines drawing to paths (JiÅÃ Techet)
+* Fix factory methods for introspection-based bindings (JiÅÃ Techet)
+* Fix wrong zoom actor placement at low zoom levels (JiÅÃ Techet)
+* Minor fixes and improvements (JiÅÃ Techet)
+
libchamplain 0.12.0 (2011-09-17)
===============================
diff --git a/configure.ac b/configure.ac
index c0e03f6..a6b01b4 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], [12])
-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:1: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]