commit 870842ebd5dcf5235090d0081eccfd21e76385dd
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Fri Jan 16 03:47:56 2015 -0500

    Release 3.15.4

 NEWS         | 17 +++++++++++++++++
 configure.ac |  5 ++---
 2 files changed, 19 insertions(+), 3 deletions(-)

commit f0f85d8d01c64c61dfef3d00af5b9e629e336213
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Thu Jan 15 04:23:54 2015 -0500

    Use __GLIBC__ when checking for GLIBC only feature
    
    The __GNUC__ macro is used to checking for gcc compatible compilers.
    We should instead use __GLIBC__ to check for GLIBC only features.
    
    This also adds the guard to the test, since it uses LC_ADDRESS.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=742957

 geocode-glib/geocode-glib.c | 4 ++--
 geocode-glib/test-gcglib.c  | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

commit 005075f6a28c18f5196ba60ff07b888776af6dfc
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Thu Jan 8 03:15:26 2015 -0500

    Only expose _NL_ADDRESS_POSTAL_FMT on __GNUC__

 geocode-glib/geocode-glib.c | 2 ++
 1 file changed, 2 insertions(+)

commit 7a6e9ffbb3f54fa8dc8944056ebf3b5c9b1db1d0
Author: Jonas Danielsson <jonas@threetimestwo.org>
Date:   Thu Jan 8 01:49:56 2015 -0500

    test-gcglib: Add test of address format
    
    Test the ordering of house number and street name.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725591

 geocode-glib/test-gcglib.c | 37 +++++++++++++++++++++++++++++++++++--
 1 file changed, 35 insertions(+), 2 deletions(-)

commit eb7f87af516f864c89ed83d8236862f3f38f87e4
Author: Marcus Lundblad <ml@update.uu.se>
Date:   Sun Mar 9 19:20:54 2014 +0100

    Derive street address format from locale
    
    Determine street address format using nl_langinfo.
    This is only possible on the GNU C library atm.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=725591

 geocode-glib/geocode-forward.c      |  6 +++++-
 geocode-glib/geocode-glib-private.h |  1 +
 geocode-glib/geocode-glib.c         | 42 +++++++++++++++++++++++++++++++++++++
 geocode-glib/geocode-reverse.c      |  9 ++++++--
 po/POTFILES.in                      |  2 +-
 5 files changed, 56 insertions(+), 4 deletions(-)