summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS20
-rw-r--r--champlain/champlain-0.12.vapi4
-rw-r--r--configure.ac2
-rw-r--r--docs/reference/libchamplain-sections.txt1
4 files changed, 26 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9d87385..2094dc4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+libchamplain 0.12.14 (2016-07-06)
+=================================
+
+Stable release
+
+Changes:
+
+* Add support for horizontal map wrapping (Marius Stanciu, Jonas Danielsson,
+ Jiří Techet)
+* Make the number of parallel connections of network tile source configurable
+ (Mattias Bengtsson)
+* Remove Mapquest map source as the tile server is not accessible any more
+ (Nayan Deshmukh, Jiří Techet)
+* Remove Maemo-related code (Jiří Techet)
+* Fix small memory leaks (Marius Stanciu)
+* Bump libsoup dependency requirement to 2.42 and drop deprecated function
+ calls (Nayan Deshmukh)
+* Various minor improvements, fixes, depreciaton warning removals and cleanups
+ (Nayan Deshmukh, Marius Stanciu, Mattias Bengtsson, Jiří Techet)
+
libchamplain 0.12.13 (2016-02-25)
=================================
diff --git a/champlain/champlain-0.12.vapi b/champlain/champlain-0.12.vapi
index ebea456..cc10d26 100644
--- a/champlain/champlain-0.12.vapi
+++ b/champlain/champlain-0.12.vapi
@@ -508,6 +508,7 @@ namespace Champlain {
public double get_center_latitude ();
public double get_center_longitude ();
public double get_deceleration ();
+ public bool get_horizontal_wrap ();
public bool get_keep_center_on_resize ();
public bool get_kinetic_mode ();
public unowned Champlain.License get_license_actor ();
@@ -516,6 +517,7 @@ namespace Champlain {
public uint get_min_zoom_level ();
public GLib.List<weak Champlain.MapSource> get_overlay_sources ();
public Champlain.State get_state ();
+ public void get_viewport_anchor (out int anchor_x, out int anchor_y);
public void get_viewport_origin (out int x, out int y);
public unowned Champlain.BoundingBox get_world ();
public uint get_zoom_level ();
@@ -529,6 +531,7 @@ namespace Champlain {
public void set_animate_zoom (bool value);
public void set_background_pattern (Clutter.Content background);
public void set_deceleration (double rate);
+ public void set_horizontal_wrap (bool wrap);
public void set_keep_center_on_resize (bool value);
public void set_kinetic_mode (bool kinetic);
public void set_map_source (Champlain.MapSource map_source);
@@ -550,6 +553,7 @@ namespace Champlain {
public uint goto_animation_duration { get; set; }
[NoAccessorMethod]
public Clutter.AnimationMode goto_animation_mode { get; set; }
+ public bool horizontal_wrap { get; set; }
public bool keep_center_on_resize { get; set; }
public bool kinetic_mode { get; set; }
[NoAccessorMethod]
diff --git a/configure.ac b/configure.ac
index 66b19dd..456b551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=8:0:8
+LIBRARY_VERSION=9:0:9
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 7c19486..16c2de9 100644
--- a/docs/reference/libchamplain-sections.txt
+++ b/docs/reference/libchamplain-sections.txt
@@ -173,6 +173,7 @@ champlain_view_get_center_longitude
champlain_view_get_bounding_box
champlain_view_get_bounding_box_for_zoom_level
champlain_view_get_state
+champlain_view_get_viewport_anchor
<SUBSECTION Standard>
CHAMPLAIN_VIEW
CHAMPLAIN_IS_VIEW