commit 5c6c898e47a79a8240bb51d98dea187baaf4a0e8 Author: Jonas Danielsson Date: Sun Aug 16 14:51:18 2015 +0200 Release 3.17.90 NEWS | 16 ++++++++++++++++ configure.ac | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) commit db9b06d5bc3118fd9195a6d69ce20a335d807e93 Author: Jonas Danielsson Date: Sun Aug 16 15:03:13 2015 +0200 test-gcglib: Update tests geocode-glib/test-gcglib.c | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) commit 5434d78aff76c944ca30b8003364b5369d616112 Author: Jonas Danielsson Date: Sun Aug 16 14:45:27 2015 +0200 location: Limit Geo URI to 6 decimal points In order to get prettier Geo URIs we can limit the precision of the coords to 6 decimal points. The URIs will not look crazy and we still get 0.1m precision. geocode-glib/geocode-location.c | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) commit dcf7f042983473a3655b3a98f3aa2b9fe28c16c2 Author: Bastien Nocera Date: Fri Jun 19 14:18:14 2015 +0200 private: Remove unused Yahoo! API key geocode-glib/geocode-glib-private.h | 1 - 1 file changed, 1 deletion(-) commit 63684d5ce550b7998718c3ba07d2f666be9d1a08 Author: Bastien Nocera Date: Fri Jun 19 13:35:48 2015 +0200 doap: Add Jonas as a maintainer geocode-glib.doap | 7 +++++++ 1 file changed, 7 insertions(+) commit 24ef7dc4815448277d1f4def1a262cef3e42b755 Author: Bastien Nocera Date: Fri Jun 19 14:11:43 2015 +0200 desc geocode-glib.doap | 3 +++ 1 file changed, 3 insertions(+) commit f5ee15ce11b918c8e613b79917697f1b88253b1f Author: Bastien Nocera Date: Fri Jun 19 13:32:21 2015 +0200 build: Update project descriptions The one in the pkg-config file was outdated, so update it, and change the one in the DOAP file to match. Also add a long description to satisfy GNOME git's requirements. geocode-glib-1.0.pc.in | 2 +- geocode-glib.doap | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 1a0fa1dc0cc29a63ca1700f3381732b2927b9bc6 Author: Philip Withnall Date: Tue Jun 16 10:11:32 2015 +0100 reverse: Remove an unused variable geocode-glib/geocode-reverse.c | 1 - 1 file changed, 1 deletion(-) commit e11087fcc85a0ce9bfe49cfd460ef97caceb00c1 Author: Bastien Nocera Date: Wed May 27 14:59:17 2015 +0200 reverse: Fix nominatim attrs parsing for broken boundingbox This OpenStreeMap result has a bounding box that uses doubles to store its borders, instead of strings, like all the others: { "place_id": "353472", "licence": "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright", "osm_type": "node", "osm_id": "151337566", "boundingbox": [ 38.4917175, 38.5317175, -91.1940394, -91.1540394 ], "lat": "38.5117175", "lon": "-91.1740394", "display_name": "Lyon, Franklin County, Missouri, United States of America", "place_rank": "19", "category": "place", "type": "hamlet", We fix this by checking the type of the node, and turning it into a string, as all the other items in the hash table. See https://bugzilla.redhat.com/show_bug.cgi?id=1224563 and https://trac.openstreetmap.org/ticket/5132 https://bugzilla.gnome.org/show_bug.cgi?id=749963 geocode-glib/geocode-reverse.c | 43 ++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) commit 22f47c37b9974adf4bfc7b987538241f0833fa72 Author: Bastien Nocera Date: Sun May 17 14:57:08 2015 +0200 test-gcglib: Fix pub searches There are multiple "Old Palace Road" objects in the database now. https://bugzilla.gnome.org/show_bug.cgi?id=737857 geocode-glib/test-gcglib.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 118ac866f6bdf1a925cc396b78f75a0e538d34bb Author: Bastien Nocera Date: Sun May 17 14:56:34 2015 +0200 test-gcglib: Fix "Santa Maria Del Rio" searches The results are more precise now. https://bugzilla.gnome.org/show_bug.cgi?id=737857 geocode-glib/test-gcglib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 39b3cfc7822f03f9aba4d604dcf48b40605f56cd Author: Bastien Nocera Date: Sun May 17 14:55:10 2015 +0200 test-gcglib: Fix test for "Grand Canyon" from Europe First hit for "Grand Canyon" is "Grand Canyon, Ukraine": http://www.openstreetmap.org/relation/1493795 instead of the North American one. https://bugzilla.gnome.org/show_bug.cgi?id=737857 geocode-glib/test-gcglib.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) commit 36b8fac797f921031ce419d61a6b8b739bd9ff5f Author: Jonas Danielsson Date: Wed Apr 29 21:38:10 2015 +0200 Release 3.17.1 NEWS | 11 +++++++++++ configure.ac | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-)