commit ceccc10eacce0d4ffef22233739ecbf05ea60180
Author: Jiří Techet <techet@gmail.com>
Date:   Thu Feb 25 21:05:27 2016 +0100

    0.12.13

commit 5038ab1b704e609ba76958075a4b61eab13699b0
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Tue Feb 16 10:54:00 2016 +0100

    champlain-view: Remove children from user_layers in dispose
    
    https://bugzilla.gnome.org/show_bug.cgi?id=760012

commit a8073a3c837c291a3b3b5331ea2bc01f2f7ca2ca
Author: Jiří Techet <techet@gmail.com>
Date:   Fri Feb 12 16:45:37 2016 +0100

    demos: Fix confusingly swapped latitude/longitude retrieval in Python demo
    
    Thanks to Pavel Machek for the patch.

commit e641833c36620a712781b1ebce31311daa888535
Author: Hashem Nasarat <hashem@riseup.net>
Date:   Sun Jan 31 12:19:33 2016 -0500

    build: Set G_LOG_DOMAIN to libchamplain
    
    "Libraries should define this so that any messages which they log can be
    differentiated from messages from other libraries and application code"
    
    https://developer.gnome.org/glib/stable/glib-Message-Logging.html#G-LOG-DOMAIN:CAPS
    
    This enables us to filter debug messages to only see libchamplain
    output — quite useful!
    
    E.g.  G_MESSAGES_DEBUG=libchamplain CHAMPLAIN_DEBUG=view gnome-maps
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761368

commit 9fcbddde94d9fbeb1ef9dfc82b16675c0a47acf1
Author: Cosimo Cecchi <cosimoc@gnome.org>
Date:   Wed Jan 27 14:59:03 2016 +0100

    gtk-champlain-embed: avoid runtime warnings
    
    We need to set the state on the GtkStyleContext these days, to avoid GTK
    emitting runtime warnings.
    This change is retro-compatible with older versions of GTK.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=761178

commit 713f73b933730d64d6e037c548cb9fbbe210d039
Author: Emmanuele Bassi <ebassi@gnome.org>
Date:   Fri Jan 15 14:26:28 2016 +0000

    Build fixes for builddir != srcdir
    
    Generated files go in builddir, which evaluates to '.', not in srcdir.
    
    Without this change, libchamplain fails to build in Continuous with the
    following error:
    
    make[3]: *** No rule to make target '../../champlain/champlain-enum-types.h', needed by 'Champlain-0.12.gir'.  Stop.

commit 06de4514628b53996d46940e644e7b2ff8d7db02
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Tue Jan 12 20:41:19 2016 +0100

    build: Make sure enums are introspectable

commit c8829c4f86569fe5c75dc96d3578e29edbb327bd
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sat Jan 9 10:35:50 2016 +0100

    ChamplainPoint: Implement ChamplainExportable interface

commit 2814f9e2ad6812a0da8c23289b76c16b5edd5382
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sat Jan 9 10:34:57 2016 +0100

    MarkerLayer: Implement ChamplainExportable interface
    
    Make MarkerLayer exportable. Will contain non-NULL surface
    iff a marker in the layer implements ChamplainExportable
    interface.

commit 4350ac6d2ab5c77cfeeedc9e7d3a4b87d19f8ebc
Author: Jiří Techet <techet@gmail.com>
Date:   Tue Jan 12 11:59:12 2016 +0100

    ChamplainView: Don't set state to DONE at the end of init
    
    The initial state is CHAMPLAIN_STATE_NONE and it should be changed to DONE
    only after tiles get loaded which already happens in tile_state_notify().

commit 57fb0b10e679d0bd7686fcdde4d24170b2f085ba
Author: Jiří Techet <techet@gmail.com>
Date:   Wed Dec 2 20:59:39 2015 +0100

    Post release version bump