commit: 9a63db9 9a63db9a90d047aae1043511415cb6fd28bafec6 Author: Zeeshan Ali (Khattak) Date: Tue Feb 4 19:09:06 2014 +0000 Release 3.11.5 NEWS | 13 +++++++++++++ configure.ac | 5 ++--- 2 files changed, 15 insertions(+), 3 deletions(-) commit: 041e9f2 041e9f257df6e4bc75d1f1fb9ddf76f3fb4aa411 Author: Zeeshan Ali (Khattak) Date: Tue Feb 4 18:06:09 2014 +0000 test-gcglib: Work around a Nominatim bug We are disabling two testcases involving 'France' for next release. We should re-enable them once the Nominatim bug is fixed: https://trac.openstreetmap.org/ticket/5111 geocode-glib/test-gcglib.c | 28 +++++++++++++++++++--------- 1 file changed, 19 insertions(+), 9 deletions(-) commit: e101fd3 e101fd3ef5a1586355c126a50e8707e1cc6186f0 Author: Zeeshan Ali (Khattak) Date: Tue Feb 4 19:22:54 2014 +0000 bounding-box: Document arguments of _new geocode-glib/geocode-bounding-box.c | 4 ++++ 1 file changed, 4 insertions(+) commit: 590f746 590f746bbb772ddeb81048ac512302583c1a95f8 Author: Jonas Danielsson Date: Mon Jan 27 23:33:24 2014 +0100 forward: Parse Nominatim boundingbox attribute https://bugzilla.gnome.org/show_bug.cgi?id=723095 geocode-glib/geocode-forward.c | 24 +++++++++++++++++++++++- geocode-glib/geocode-reverse.c | 33 ++++++++++++++++++++++++++++----- geocode-glib/test-gcglib.c | 24 ++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 6 deletions(-) commit: f0079af f0079af1aa8ad1a676d726f59838aa82c7e4c55c Author: Jonas Danielsson Date: Mon Jan 27 13:57:15 2014 +0100 place: Add bounding-box property https://bugzilla.gnome.org/show_bug.cgi?id=723095 geocode-glib/geocode-glib.symbols | 2 + geocode-glib/geocode-place.c | 63 +++++++++++++++++++++++ geocode-glib/geocode-place.h | 104 ++++++++++++++++++++------------------ 3 files changed, 120 insertions(+), 49 deletions(-) commit: 49ba62c 49ba62cf6402c948a1b3651b4753f6c30a363dc5 Author: Jonas Danielsson Date: Sun Feb 2 11:38:56 2014 +0100 forward: switch to jsonv2 to include place_type The json format does not include the place_rank attribute. The place_rank attribute is needed to establish what kind of boundary we are dealing with. Switching to jsonv2 gives us the place_rank at the cost of having to rename the class attribute as category. This patch also fix a typo where boundary was spelled as boundry. Ensuring that the missing place_rank attribute never was detected. If fixed in a stand alone patch it exposes us to a commit that introduces a segfault. https://bugzilla.gnome.org/show_bug.cgi?id=723463 geocode-glib/geocode-forward.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) commit: d1cc1bf d1cc1bfd60ffe0e01010bfd4056edb5bf3f3f83e Author: Zeeshan Ali (Khattak) Date: Thu Jan 23 16:54:16 2014 +0000 Remove an obsolete function declaration geocode-glib/geocode-glib-private.h | 2 -- geocode-glib/geocode-glib.symbols | 1 - 2 files changed, 3 deletions(-) commit: 35c2c18 35c2c18b01e1c6b717839a0288191355ea6352c6 Author: Zeeshan Ali (Khattak) Date: Thu Jan 23 16:50:42 2014 +0000 Remove redundant includes geocode-glib/geocode-glib.c | 3 --- 1 file changed, 3 deletions(-)