commit 2ac76206c249511f2b40f8fd2c2e027ddc5d69af Author: Jonas Danielsson Date: Mon Mar 21 18:57:04 2016 +0100 Release 3.20.0 NEWS | 12 ++++++++++++ configure.ac | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) commit 89b0175e602751cd73fcc95a128a5c7141fdc0da Author: Aleksander Morgado Date: Mon Feb 22 11:57:46 2016 +0100 reverse,forward: plug memleaks when _geocode_glib_cache_path_for_query() is used E.g. for the reverse geocoding operation: ==3365== 128 bytes in 1 blocks are definitely lost in loss record 2,226 of 2,357 ==3365== at 0x4C2AB5D: realloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so) ==3365== by 0x566A3E7: g_realloc (in /usr/lib/libglib-2.0.so.0.4600.2) ==3365== by 0x5685846: ??? (in /usr/lib/libglib-2.0.so.0.4600.2) ==3365== by 0x5685B66: g_string_insert_len (in /usr/lib/libglib-2.0.so.0.4600.2) ==3365== by 0x5650E77: ??? (in /usr/lib/libglib-2.0.so.0.4600.2) ==3365== by 0x5652214: g_build_filename (in /usr/lib/libglib-2.0.so.0.4600.2) ==3365== by 0x4E40AA0: _geocode_glib_cache_path_for_query (geocode-glib.c:92) ==3365== by 0x4E4052F: geocode_reverse_resolve_async (geocode-reverse.c:454) ==3365== by 0x400D55: main (in /home/aleksander/Development/clients/collabora/geocode-test) https://bugzilla.gnome.org/show_bug.cgi?id=762435 geocode-glib/geocode-forward.c | 1 + geocode-glib/geocode-reverse.c | 1 + 2 files changed, 2 insertions(+) commit 9ff304e35ff4ac5262ca59292d284f8a2d6b3ca2 Author: Jonas Danielsson Date: Sun Feb 21 15:36:17 2016 +0100 Add maki icons to EXTRA_DIST https://bugzilla.gnome.org/show_bug.cgi?id=762266 icons/Makefile.am | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-)