commit 6600124ad73a93fb40ac2bc5ed007757b97e95ca
Author: Jonas Danielsson <
[email protected]>
Date: Wed Dec 17 04:49:10 2014 -0500
Release 3.15.3.1
NEWS | 12 ++++++++++++
configure.ac | 3 ++-
2 files changed, 14 insertions(+), 1 deletion(-)
commit 9de4e1e995af47899eb3f9876232a6138ad94446
Author: Jonas Danielsson <
[email protected]>
Date: Wed Dec 17 04:59:41 2014 -0500
place: Document GEOCODE_PLACE_OSM_TYPE_UNKNOWN
geocode-glib/geocode-place.h | 1 +
1 file changed, 1 insertion(+)
commit 7043600c142eeac178c604f6c40866b1a91230ff
Author: Jonas Danielsson <
[email protected]>
Date: Wed Dec 17 02:36:03 2014 -0500
forward, reverse: Use https and fix the cache
At the moment the cache for queries does not work. This is because
we are using a query with 'http://' to look for cached contents.
But when we are saving we are using 'https://' since that is what
the nominatim server redirects us to.
Regardless of that, moving to 'https://' seems like a good thing.
geocode-glib/geocode-forward.c | 4 ++--
geocode-glib/geocode-reverse.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)