commit 8b561fddb3d24f1421c24d4ae4ac39e2dbe43bf6
Author: Jonas Danielsson <
[email protected]>
Date: Mon Nov 24 06:29:55 2014 -0500
Release 3.15.2
NEWS | 14 ++++++++++++--
configure.ac | 4 ++--
2 files changed, 14 insertions(+), 4 deletions(-)
commit 3cfcad3bae4bd05390bc279c32e60e382f7d6fc0
Author: Jonas Danielsson <
[email protected]>
Date: Mon Nov 24 08:21:54 2014 -0500
test: Fix some places that changed their location
geocode-glib/test-gcglib.c | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 deletions(-)
commit fb95a4268112583bb0ae740873353450aa6c412c
Author: Jonas Danielsson <
[email protected]>
Date: Fri Oct 17 05:41:23 2014 -0400
location: Unescape geo uri description
Use g_uri_unescape on the description for geo uri formats
such as:
geo:0,0?q=lat,lon(description)
This will allow us to have space in the description by
using %20.
Example:
geo:0,0?q=lat,lon(My%20Location)
The above will give a description of "My Location".
https://bugzilla.gnome.org/show_bug.cgi?id=737979
geocode-glib/geocode-location.c | 4 +++-
geocode-glib/test-geouri.c | 15 +++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)
commit b571940fb33be363c7f2a27f0c99b95415b5637e
Author: Jonas Danielsson <
[email protected]>
Date: Fri Oct 17 05:18:08 2014 -0400
location: Fix error handling in uri parsing
At the moment calling set_from_uri with error as NULL will
cause a segmentation fault.
This is because the code assumes error will always be set.
https://bugzilla.gnome.org/show_bug.cgi?id=737979
geocode-glib/geocode-location.c | 71 +++++++++++++++++++++++------------------
1 file changed, 40 insertions(+), 31 deletions(-)