commit dd806bdebe5e6290f9028b82c19411f435539747
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Mon Sep 14 18:19:25 2015 +0200

    Release 3.17.92

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

commit 942cb075b12994949a6096060285b98602529b1a
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Mon Sep 14 18:27:56 2015 +0200

    test-gcglib: Fixup Sata Maria Del Rio

 geocode-glib/test-gcglib.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 11d6c40e48630bb73077e861daabdaa7adab077c
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Fri Sep 4 21:14:43 2015 +0100

    location: Make timestamp prop writable on construction
    
    While this isn't exactly (nor is it likely to be) needed by geocode-glib
    itself but is needed in geoclue, where we need to set the timestamps on the
    derived GClueLocation object from GPS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754797

 geocode-glib/geocode-location.c | 37 ++++++++++++++++++++++++++++++++-----
 1 file changed, 32 insertions(+), 5 deletions(-)

commit 27345fc689484fd171b6390d2e489c8d3fc5da52
Author: Tom Schoonjans <Tom.Schoonjans@bam.de>
Date:   Mon Sep 7 13:19:36 2015 +0200

    build: Fix compilation under MacOS X
    
    The MacOS X linker doesn't seem to like us exporting undefined symbols.
    Seeing as _geocode_parse_resolve_json doesn't exist any more, don't
    export it and fix MacOS X linking.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=754670

 geocode-glib/geocode-glib.symbols | 1 -
 1 file changed, 1 deletion(-)