commit 2f60a4bd3ae48baef054121514a271ece5121605
Author: Jiří Techet <techet@gmail.com>
Date:   Fri Sep 18 17:26:10 2015 +0200

    0.12.11

commit 09a1b432165ecdc587ea8168a4b0c29a826f9c85
Author: Ting-Wei Lan <lantw@src.gnome.org>
Date:   Wed Sep 2 01:32:38 2015 +0800

    Fix return value error in champlain_view_get_world
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754413

commit cf42830731b5f7b58733b0057cb0ffd02700ea73
Author: Jiří Techet <techet@gmail.com>
Date:   Mon Aug 31 01:26:23 2015 +0200

    view: Set world_bbox to NULL in dispose
    
    Prevents double-free as dispose can be called multiple times.

commit 7bfaa264954489a0e9a93bbad9a364a990c5b93a
Author: Jiří Techet <techet@gmail.com>
Date:   Mon Aug 31 01:22:27 2015 +0200

    view: Fix transfer annotations

commit 46cc3bfefff48ca62a158fb184dd980bace13418
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sat Aug 8 17:11:35 2015 +0200

    ChamplainView: Add world bounding box property
    
    This adds a property to limit the world to a Champlain
    BoundingBox.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=753395

commit 1549c0332ba16d033b315b5341dc2d26377821f4
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sun Aug 16 23:04:28 2015 +0200

    defines: Min/max latitude should be 85.05113
    
    So it seems that the map_source_get_y breaks down when
    given values close to +-90. Some googling brought me to the
    conclusion that we should have a MIN/MAX latitude of
    85.05113, since that is what the Mercator projection
    truncates latitude to.
    
    See https://en.wikipedia/wiki/Mercator_projection for
    more information,

commit 85e51f87c2af781c423e75da3a725c459bf1cf49
Author: Jiří Techet <techet@gmail.com>
Date:   Mon Aug 31 00:43:03 2015 +0200

    kinetic-scroll-view: Initialize sequence to NULL

commit c241e31d2768254a1f1bc43a04d0d36348d70ecf
Author: Jiří Techet <techet@gmail.com>
Date:   Mon Aug 31 00:36:01 2015 +0200

    kinetic-scroll-view: Move comment to the right place
    
    Plus correct a typo

commit ddc5f2087b0a02c2e33c1939e9d310e37eb46f33
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sat Jun 6 20:20:03 2015 +0200

    view: Implement pinch/zoom gesture
    
    Set up a ClutterZoomAction listening for 2-finger touch gestures,
    and make it take control over over the view position/zoom level.
    
    Zooming in/out isn't too smooth yet, because we're constrained
    to discrete zoom levels (it does animate between these though),
    this is enough at least for the expected interaction.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709606

commit 30c52851a8e73baa81a4439492c8022d3a5a90b5
Author: Carlos Garnacho <carlosg@gnome.org>
Date:   Sat Jun 6 20:16:12 2015 +0200

    kinetic-scroll-view: Make it exclusive to pointer/single-touch
    
    If we receive touch events, obey a single sequence and cancel all
    operations if more are received.
    
    The return value in the event handlers has been changed so the
    event is propagated, and kinetic scroll can work in cooperation
    with pinch/zoom gestures.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709606

commit c4567172b2ca950340dd65e6ddaa36788a7a2e3f
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Thu Apr 16 23:19:06 2015 +0200

    champlain-network-tile-source: Specify SOUP_TYPE_CONTENT_DECODER
    
    This is needed in order to get data that is gziped from the server.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=748009

commit a2eca6ffd68983ba3c75a652917288ecfc82e962
Author: Jiří Techet <techet@gmail.com>
Date:   Wed Mar 18 11:46:19 2015 +0100

    Post release version bump