commit ccc84eab3bc7384be52b3f07db9308caced56186
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sun Jan 31 10:01:47 2016 +0100

    Release 3.14.1

 NEWS         | 8 ++++++++
 configure.ac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

commit 3bb78685bd0eab5e430e84437fe2289b81ac0f70
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sun Jan 31 10:24:49 2016 +0100

    Add a default user-agent based on GApplication id
    
    Nominatim’s usage policy requires a User-Agent. They want to be
    able to block batch offenders that misuse the terms of service.
    
    We can set a user-agent based on GApplication (if we are one) to
    make sure at least trusted GNOME applications can be identified.

 configure.ac                        |  2 +-
 geocode-glib/Makefile.am            |  1 +
 geocode-glib/geocode-forward.c      |  2 +-
 geocode-glib/geocode-glib-private.h |  1 +
 geocode-glib/geocode-glib.c         | 23 +++++++++++++++++++++++
 geocode-glib/geocode-reverse.c      |  2 +-
 6 files changed, 28 insertions(+), 3 deletions(-)

commit 04d50911de38e0b0b6e5db332c28321de58b0c2e
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sun Jan 31 10:19:05 2016 +0100

    test-gcglib: Adjust to the world changing

 geocode-glib/test-gcglib.c | 18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

commit b571940fb33be363c7f2a27f0c99b95415b5637e
Author: Jonas Danielsson <jonas.danielsson@threetimestwo.org>
Date:   Fri Oct 17 05:18:08 2014 -0400

    location: Fix error handling in uri parsing
    
    At the moment calling set_from_uri with error as NULL will
    cause a segmentation fault.
    
    This is because the code assumes error will always be set.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737979

 geocode-glib/geocode-location.c | 71 +++++++++++++++++++++++------------------
 1 file changed, 40 insertions(+), 31 deletions(-)