commit: 6f8ecd4 6f8ecd470a2b52195552b325522bd7e25a75d4fb
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Wed Aug 21 02:33:04 2013 +0300

    Release 0.99.2


 NEWS         | 22 ++++++++++++++++++++++
 configure.ac |  2 +-
 2 files changed, 23 insertions(+), 1 deletion(-)
commit: 90706e4 90706e406ae7a27d6c731fd6bc39edeae56bb427
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Wed Aug 21 02:57:41 2013 +0300

    Remove geocode-glib module from docs
    
    There is no public API in that module and due to gtk-doc not generating
    an xml from for that, build breaks:
    
    ../geocode-glib-docs.xml:20: element include: XInclude error : could not
    load ../xml/geocode-glib.xml, and no fallback was found


 docs/geocode-glib-docs.xml | 1 -
 1 file changed, 1 deletion(-)
commit: 8501592 8501592ef3f74b10843a7ced15ec6ab130da48f1
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Wed Aug 21 02:35:53 2013 +0300

    docs: Remove docs generation for ipclient


 docs/geocode-glib-docs.xml | 1 -
 1 file changed, 1 deletion(-)
commit: 3e0f628 3e0f6288cb726bb11adfb4a354608c77ca2bc7f9
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Wed Aug 21 03:05:49 2013 +0300

    docs: Correct URL of Nominatim's wikipage


 geocode-glib/geocode-forward.c | 2 +-
 geocode-glib/geocode-glib.c    | 2 +-
 geocode-glib/geocode-reverse.c | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
commit: 21c7300 21c7300bcf40fdaa224fd56598c07c697dd3cd03
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon Aug 19 23:41:37 2013 +0300

    forward/reverse: Use .gnome.org proxy to Nominatim
    
    For more details: https://bugzilla.gnome.org/show_bug.cgi?id=706044


 geocode-glib/geocode-forward.c | 4 ++--
 geocode-glib/geocode-reverse.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
commit: 2cb35bc 2cb35bcca0a9a92652f69bc9b7e79286b950cd42
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon Aug 19 23:40:07 2013 +0300

    test-gcglib: Name of 'France' corrected in OSM
    
    Someone seems to have corrected the name of 'France' in french locale
    from 'France métropolitaine'. Lets update the testcase accordingly.


 geocode-glib/test-gcglib.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
commit: f464ace f464aced1981bfa253815f5d67ca56e0125435d0
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon Aug 19 23:06:46 2013 +0300

    test-gcglib: Don't be too strict about Moscow's coordinates
    
    The testcase was checking if coordinates are within 0.000001 of the
    known values, which is way too accurate for a city and fails against the
    current values in OSM database.


 geocode-glib/test-gcglib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
commit: 4d78c0e 4d78c0ecc8c0a6a92cd29da0d0a55fc546e5463d
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Thu Aug 15 18:25:47 2013 +0300

    Drop all geoip code
    
    All this code has been moved to geoclue, where it belongs.


 configure.ac                                       |  17 -
 geocode-glib/Makefile.am                           |   9 +-
 geocode-glib/data/freegeoip-results.json           |   1 -
 geocode-glib/data/gglib-ip-server-results.json     |   1 -
 geocode-glib/geocode-glib.h                        |   1 -
 .../geocode-ip-server/API-Documentation.txt        |  86 ----
 geocode-glib/geocode-ip-server/Makefile.am         |  29 --
 geocode-glib/geocode-ip-server/geoip-lookup.c      | 469 -------------------
 geocode-glib/geocode-ip-server/geoip-server.h      |  14 -
 geocode-glib/geocode-ip-server/geoip-update.c      | 230 ---------
 geocode-glib/geocode-ip-server/test-geoipformat.c  | 144 ------
 .../geocode-ip-server/tests/launch-web-server.sh   | 181 --------
 geocode-glib/geocode-ipclient.c                    | 515 ---------------------
 geocode-glib/geocode-ipclient.h                    |  84 ----
 geocode-glib/test-geoip.c                          | 163 -------
 15 files changed, 1 insertion(+), 1943 deletions(-)
commit: a376a27 a376a2764ad40bf4f550599ac83d8d110062a329
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 7 11:53:28 2013 +0200

    build: Update CLEANFILES and friends for the root directory
    
    Also remove INSTALL, as it’s auto-generated by autofoo.


 INSTALL     | 365 ------------------------------------------------------------
 Makefile.am |  31 ++++--
 2 files changed, 24 insertions(+), 372 deletions(-)
commit: 925e052 925e052ff5fcf89804c88b34c9f8e0b9dab28199
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 7 11:46:41 2013 +0200

    lib: Fix compiler warnings
    
    Declaration in the middle of a block and passing const pointers
    to a GHashTable.


 geocode-glib/geocode-forward.c                | 8 ++++----
 geocode-glib/geocode-ip-server/geoip-lookup.c | 3 +--
 geocode-glib/geocode-ipclient.c               | 2 +-
 geocode-glib/geocode-reverse.c                | 8 ++++----
 4 files changed, 10 insertions(+), 11 deletions(-)
commit: fea5d20 fea5d2031d51fc26e9e9af2c33009e5797443117
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 7 11:41:47 2013 +0200

    build: Add git.mk to auto-generate .gitignore files


 Makefile.am                                |   2 +
 docs/Makefile.am                           |   2 +
 geocode-glib/Makefile.am                   |   2 +
 geocode-glib/geocode-ip-server/Makefile.am |   2 +
 git.mk                                     | 301 +++++++++++++++++++++++++++++
 5 files changed, 309 insertions(+)
commit: 0a4b035 0a4b0356901c2475c6370bac127a4da398faea72
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Mon Aug 5 16:21:34 2013 +0200

    lib: Better name/description for street numbers
    
    Currently we'd just show the house number in results for street number
    searches, e.g Search for "Otavantie 2" would result in places named "2".
    This patch fixes this issue by combining house number and street name.
    
    Since format is not the same in all locales, we allow the translators to
    format the string.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705518


 configure.ac                   |  1 +
 geocode-glib/geocode-reverse.c | 21 +++++++++++++++++----
 po/POTFILES.in                 |  1 +
 3 files changed, 19 insertions(+), 4 deletions(-)
commit: 761df0c 761df0c6e957fb96d08d82f9ca1ce5f8ca7d4681
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Aug 6 01:48:50 2013 +0200

    ipclient: Use libsoup directly
    
    While rest of the code was ported to use libsoup directly, ipclient was
    still using gio/gvfs for HTTP, which is not going to work for an app
    that runs out of the session: Geoclue.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=705536


 geocode-glib/geocode-ipclient.c | 70 +++++++++++++++++++----------------------
 1 file changed, 33 insertions(+), 37 deletions(-)
commit: c6694c8 c6694c8a87b6c36032f3217524a623110da01840
Author: Colin Walters <walters@verbum.org>
Date:   Sat Aug 3 12:49:22 2013 -0400

    build: Fix srcdir != builddir


 geocode-glib/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
commit: 4592595 459259529a54fc638b21b5ade540177c7c91c551
Author: Satabdi Das <satabdidas@src.gnome.org>
Date:   Tue May 14 23:51:50 2013 +0530

    server: API documention for server's web interface
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696543


 .../geocode-ip-server/API-Documentation.txt        | 86 ++++++++++++++++++++++
 1 file changed, 86 insertions(+)
commit: 8d59ac5 8d59ac5101844c53d7466b942bf168d2b7ac805e
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Jul 30 20:07:54 2013 +0300

    Update README
    
    Reflect the fact that we now use Nominatim instead of Yahoo's services.
    Should have done this before rolling out 0.99.1. :(


 README | 18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)
commit: ba8bf21 ba8bf210fb4198ddbbdc7289054bf90067e50c2d
Author: Zeeshan Ali (Khattak) <zeeshanak@gnome.org>
Date:   Tue Jul 30 19:59:51 2013 +0300

    Revert "Disable client-side geoip test for now"
    
    This reverts commit 90a7705b7d895bc78edcca7efe7c43b1bef51dc5.


 geocode-glib/Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)