commit: de4c675 de4c675ae33c0e6a084f96377ad3014a1f145939 Author: Zeeshan Ali (Khattak) Date: Tue Mar 4 01:15:35 2014 +0000 Release 3.11.91 NEWS | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) commit: 5da9a2c 5da9a2cbae451b404c153c16cf37eeba24abf765 Author: Jonas Danielsson Date: Mon Feb 24 15:07:11 2014 +0100 Bump the required version of json-glib to 0.99.2 The behaviour of error handling in _end_element() and _end_member() has changed in json-glib. We need the fixed up version. https://bugzilla.gnome.org/show_bug.cgi?id=724927 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit: 67231f8 67231f8eef71b1367f13f57e79c7e745c81d85f3 Author: Jonas Danielsson Date: Mon Feb 24 15:05:57 2014 +0100 reader: fix json-glib usage This patch fixes two issues with our json-glib usage. * Do not atempt to read a string value when the node does not hold a string. * Make sure to call _end_member() when _read_member() fails. Without these fixes our code will result in segmentation fault. We were relying on the old buggy behaviour of json-glib that has been fixed up in: 501c9fb reader: When a read() fails, don't track back on end() https://bugzilla.gnome.org/show_bug.cgi?id=724927 geocode-glib/geocode-reverse.c | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-)