[libchamplain] 0.10.0
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] 0.10.0
- Date: Sun, 3 Apr 2011 22:09:36 +0000 (UTC)
commit 522d3db23e12052be85bcf2e6f25c07a0ef2bbd8
Author: JiÅ?Ã Techet <techet gmail com>
Date: Sun Apr 3 22:34:10 2011 +0200
0.10.0
NEWS | 10 ++++++++++
README | 2 +-
configure.ac | 6 +++---
3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/NEWS b/NEWS
index 9906a44..2dc7559 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+libchamplain 0.10.0 (2011-04-04)
+===============================
+
+Stable release
+
+Changes:
+* Vala bindings generated from gir's (Lorenzo Masini)
+* Various build-related fixes (JiÅ?Ã Techet, Danilo Segan)
+* Performance improvements in path node and marker addition code (JiÅ?Ã Techet)
+
libchamplain 0.9.1 (2011-03-28)
===============================
diff --git a/README b/README
index e0781c5..04ffbe2 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libchamplain 0.9 README
+libchamplain 0.10 README
=========================
libchamplain is a Clutter based widget to display rich, eye-candy and
diff --git a/configure.ac b/configure.ac
index f8c4502..c02ccbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
# -*- Autoconf -*-
# 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], [1])
+m4_define([champlain_minor_version], [10])
+m4_define([champlain_micro_version], [0])
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=1:0:1
+LIBRARY_VERSION=1:1: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]