commit 3b191c9581553e599e068b8a2191050b24c2e82c Author: Juan A. Suarez Romero Date: Fri Aug 10 16:11:07 2012 +0200 Bump to 0.1.20 NEWS | 16 ++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) commit 9008c7e4c256380eb14c8fedec20fa98ca327e22 Author: Jens Georg Date: Tue Jul 17 11:18:53 2012 +0200 gravatar: Don't leak GParamSpec The GParamSpecPool in the plugin registry takes a reference of the param spec so it needs to be unrefed in any case, not just in error. Under contract for Canonical Ltd. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=680435 src/metadata/gravatar/grl-gravatar.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 6bd8b414ced3c7605db82b1802b4d79ad4056c66 Author: Juan A. Suarez Romero Date: Fri Jul 13 23:23:13 2012 +0000 plugins: Fix commit 5e66fa43bd src/media/bookmarks/grl-bookmarks.c | 4 ++-- src/media/filesystem/grl-filesystem.c | 6 +++--- src/media/podcasts/grl-podcasts.c | 4 ++-- src/media/youtube/grl-youtube.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) commit 5e66fa43bd88342e8216f4db7dfda27b1a353b89 Author: Mathias Hasselmann Date: Tue Jul 10 10:25:12 2012 +0200 plugins: Prefer g_str_has_prefix() over strstr Most of the tested strings should short. Still there is no need to look for prefixes in the middle of those string. src/media/bookmarks/grl-bookmarks.c | 4 ++-- src/media/filesystem/grl-filesystem.c | 6 +++--- src/media/podcasts/grl-podcasts.c | 4 ++-- src/media/youtube/grl-youtube.c | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) commit c0d070c6d4756dac22d6a92ee88456200bed0e54 Author: Juan A. Suarez Romero Date: Sat May 26 17:40:12 2012 +0000 plugins: g_thread_init() is deprecated For glib >= 2.32.0 src/media/upnp/grl-upnp.c | 2 ++ src/media/vimeo/grl-vimeo.c | 2 ++ src/media/youtube/grl-youtube.c | 2 ++ test/test_local_metadata.c | 2 ++ 4 files changed, 8 insertions(+)