commit 31ec5c4d3b45e8afd96a7c8bdda1a669c202ba24
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Sun Jan 31 09:56:27 2016 +0100

    Release 3.18.1

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

commit 5939d123e7a299cc13b147e45d516c54ed78dadc
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Fri Jan 8 09:06:13 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.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=756313

 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(-)