[libchamplain] 0.12.7
- From: Jiří Techet <jiritechet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libchamplain] 0.12.7
- Date: Thu, 6 Feb 2014 20:01:54 +0000 (UTC)
commit 058199a9d8c85263506dce444bfe6fb874fa6857
Author: Jiří Techet <techet gmail com>
Date: Thu Feb 6 20:46:17 2014 +0100
0.12.7
NEWS | 9 +++++++++
champlain/champlain-0.12.vapi | 1 +
configure.ac | 4 ++--
docs/reference/libchamplain-sections.txt | 1 +
4 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 1c533d5..d3b46bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+libchamplain 0.12.7 (2014-02-06)
+================================
+
+Stable release
+
+Changes:
+
+* Use correct LIBRARY_VERSION string
+
libchamplain 0.12.6 (2014-02-04)
================================
diff --git a/champlain/champlain-0.12.vapi b/champlain/champlain-0.12.vapi
index f1ba656..62ca646 100644
--- a/champlain/champlain-0.12.vapi
+++ b/champlain/champlain-0.12.vapi
@@ -490,6 +490,7 @@ namespace Champlain {
public bool get_animate_zoom ();
public unowned Clutter.Content get_background_pattern ();
public Champlain.BoundingBox get_bounding_box ();
+ public Champlain.BoundingBox get_bounding_box_for_zoom_level (uint zoom_level);
public double get_center_latitude ();
public double get_center_longitude ();
public double get_deceleration ();
diff --git a/configure.ac b/configure.ac
index 8bd3cc1..b2875b9 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], [6])
+m4_define([champlain_micro_version], [7])
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=4:2:4
CHAMPLAIN_API_VERSION=champlain_api_version
CHAMPLAIN_API_VERSION_NORM=champlain_major_version[_]champlain_minor_api_version
CHAMPLAIN_MAJOR_VERSION=champlain_major_version
diff --git a/docs/reference/libchamplain-sections.txt b/docs/reference/libchamplain-sections.txt
index 6154967..87b473d 100644
--- a/docs/reference/libchamplain-sections.txt
+++ b/docs/reference/libchamplain-sections.txt
@@ -164,6 +164,7 @@ champlain_view_get_license_actor
champlain_view_get_center_latitude
champlain_view_get_center_longitude
champlain_view_get_bounding_box
+champlain_view_get_bounding_box_for_zoom_level
champlain_view_get_state
<SUBSECTION Standard>
CHAMPLAIN_VIEW
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]