commit: ca37952 ca379525bc0ea75fc7d78f7810e155063874a989
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Sep 17 17:43:09 2013 +0300

    Release 0.99.4


 NEWS         | 21 +++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 22 insertions(+), 1 deletion(-)
commit: d25fedf d25fedf7646eed3b34ff449e2d9cae0dad18ba48
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Sep 17 17:47:06 2013 +0300

    test-gcglib: Check for country code in upper case


 geocode-glib/test-gcglib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit: 670ddd2 670ddd2212dc4a0a48a264c315ef92e8165980c3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 16 20:00:51 2013 +0200

    lib: Use a non-prefixed include for GeocodeLocation
    
    So that we can copy/paste it in geoclue.


 geocode-glib/geocode-location.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit: b2d1aa2 b2d1aa2dd821ec1674a52979bde3821ff1892e1a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 9 19:53:57 2013 -0300

    lib: Force upper-case country codes
    
    Always return upper-case country codes as, even if both are
    correct, the ISO itself shows country codes in upper-case:
    http://www.iso.org/iso/country_codes/iso_3166_code_lists/country_names_and_code_elements.htm
    and language codes in lower-case:
    http://www.loc.gov/standards/iso639-2/php/code_list.php
    
    Applications that require lower-case codes can upper-case it
    easily through GLib helpers.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707792


 geocode-glib/geocode-place.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
commit: 48e46c9 48e46c98d029348625dfdc54341d24817eea17ca
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 16 13:25:16 2013 +0200

    location: Don't warn for NULL description
    
    set_description with NULL is a valid way for clearing the value.
    
    See also: https://bugs.freedesktop.org/show_bug.cgi?id=69105
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708156


 geocode-glib/geocode-location.c | 1 -
 1 file changed, 1 deletion(-)
commit: d3522b4 d3522b4a7cc857deb0367faf4fbcaed0eb62ed75
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 16 13:24:30 2013 +0200

    location: Allow setting properties after construct time
    
    See also: https://bugs.freedesktop.org/show_bug.cgi?id=69105
    
    https://bugzilla.gnome.org/show_bug.cgi?id=708156


 geocode-glib/geocode-location.c | 3 ---
 1 file changed, 3 deletions(-)
commit: c4cae10 c4cae106066a512ef75cfa10206393a565cad499
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 9 20:03:04 2013 -0300

    docs: Remove IP client from the exported symbols
    
    That code was moved to Geoclue.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707813


 geocode-glib/geocode-glib.symbols | 6 ------
 1 file changed, 6 deletions(-)
commit: 9256ef6 9256ef6bfa9ff293e0968049436b30ba1dcbf4bf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 9 19:56:27 2013 -0300

    lib: Remove easy to forget constant
    
    The constant was defined, unused in the declaration of the
    array it was supposed to tell the length of, and used more than
    200 lines down.
    
    Instead, remove all constants, and use G_N_ELEMENTS() for our
    use inside the function. It will get turned into a constant by
    the compiler.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707812


 geocode-glib/geocode-forward.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
commit: ffb01ac ffb01ace688dd62c9f7aa40637c136db81873bf1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 9 19:55:53 2013 -0300

    lib: Fix leak when adding GIcon to geocoding results
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707811


 geocode-glib/geocode-forward.c | 1 +
 1 file changed, 1 insertion(+)
commit: d1a2a7e d1a2a7e5fc94a6a50dbe8acdc860f9e633ba1d66
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Apr 15 14:33:50 2013 +0200

    build: Check for libm in configure (again)
    
    As we did in 0e0e387356b340d2f539ad20696237fc94259b08 which
    got broken by 4d78c0ecc8c0a6a92cd29da0d0a55fc546e5463d.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707804


 configure.ac | 2 ++
 1 file changed, 2 insertions(+)
commit: 3901afa 3901afabf499cb44d19b2dd5401061d51e744f70
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Sun Sep 15 03:16:59 2013 +0300

    doc: Set DOC_MODULE_VERSION
    
    This will avoid file collisions with future API versions and makes
    different API versions completely parallel installable.
    
    Based on similar patch to libchamplain from Marvin Schmidt
    <marv@exherbo.org>.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707928


 docs/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)
commit: 4179a5e 4179a5ed6f9d8257d2de13ec418d506fd10d4f27
Author: Evgeny Bobkin <evgen.ibqn@gmail.com>
Date:   Mon Sep 9 12:04:29 2013 +0200

    Remove underscore in symbol-prefix "geocode"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707751


 geocode-glib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
commit: a323466 a323466eb9399784b8af4b0be8041dc230d581de
Author: Stefan Sauer <ensonic@users.sf.net>
Date:   Tue Sep 3 21:43:27 2013 +0200

    docs: update Makefile.am
    
    Use $(top_srcdir) to reference the sources and update the test environment so
    that gtkdoc-check needs less guessing.


 docs/Makefile.am | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)