commit c6a6f85caff82306f67368f6c25131dcefaf1771 Author: Juan A. Suarez Romero Date: Wed Oct 3 06:56:02 2012 +0000 Release 0.2.1 AUTHORS | 1 + NEWS | 25 +++++++++++++++++++++++++ configure.ac | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) commit 570c4d444f556281d1c1bbd8900fb213243a5ec7 Author: Mathias Hasselmann Date: Mon Oct 1 00:25:01 2012 +0200 core: Obey GRL_WRITE_NORMAL in grl_source_store() This fixes https://bugzilla.gnome.org/show_bug.cgi?id=685169 src/grl-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 6d00baab80ffe18a7233f5399fcab452ef9d39ad Author: Mathias Hasselmann Date: Sun Sep 30 21:47:29 2012 +0200 core: Properly pass store spec to store_relay_cb() This fixes https://bugzilla.gnome.org/show_bug.cgi?id=685161 src/grl-source.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) commit 04140cb254ef86a38e37acacbfa72ff97ca21ddc Author: Juan A. Suarez Romero Date: Wed Sep 26 17:00:59 2012 +0200 build: Add option to disable Test UI configure.ac | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) commit e932401af607546ed5c1d06d69a330da8bd61a05 Author: Juan A. Suarez Romero Date: Fri Sep 14 15:15:37 2012 +0200 core: Increase reference in list content, not list node Fixes a crash when doing g_object_ref (node) instead of g_object_ref (node->data). Node is a GList node containing a gobject. src/grl-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 2261f3215336e33d344b9d4e2a6f465d1b1601c4 Author: Juan A. Suarez Romero Date: Fri Sep 14 15:14:47 2012 +0200 core: Use GRL_WARNING instead of GRL_ERROR for elements not found in the queue Disturbs less the user. src/grl-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit a99f2686d02619e75e7e385441eda001f19b35a8 Author: Bastien Nocera Date: Fri Sep 7 15:49:53 2012 +0200 core: Load modules with G_MODULE_BIND_LOCAL src/grl-registry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 0049986a3759b23c3a604e00e1ad99c8f548b0c7 Author: Jens Georg Date: Fri Jul 20 17:04:46 2012 +0200 doc: Clarify what "site" is supposed to be This fixes https://bugzilla.gnome.org/show_bug.cgi?id=682793 src/data/grl-media.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 5780c5958353f7139fbde7b7cb0782d48d6de45d Author: Jens Georg Date: Fri Jul 20 17:04:25 2012 +0200 doc: Clarify normalization of the rating This fixes https://bugzilla.gnome.org/show_bug.cgi?id=682793 src/data/grl-media.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 5fd235fcadb524fb323ee627b231b3c6aed086aa Author: Mathias Hasselmann Date: Tue Aug 28 10:47:13 2012 +0200 Avoid leak in grl_source_get_media_from_uri() This fixes https://bugzilla.gnome.org/show_bug.cgi?id=682855 src/grl-source.c | 2 ++ 1 file changed, 2 insertions(+) commit bd1e00b2a7190f33d866f4702f405f10a34529ff Author: Jens Georg Date: Tue Jul 17 15:35:23 2012 +0200 test-ui: Fix garbled UTF-8 output g_strdup_value_contents uses g_strescape on anything that's not ASCII which garbles anything fancy in the UI. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=682791 tools/grilo-test-ui/main.c | 2 ++ 1 file changed, 2 insertions(+) commit 567df636d93bb1d40406effe59b1493453676b8a Author: Mathias Hasselmann Date: Thu Aug 16 18:51:30 2012 +0200 Don't crash in grl_source_get_media_from_uri() https://bugzilla.gnome.org/show_bug.cgi?id=682024 src/grl-source.c | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) commit b9fda3694476f01b577d53afe8092b262c761e3e Author: Mathias Hasselmann Date: Thu Aug 16 13:52:58 2012 +0200 Add missing C++ guards https://bugzilla.gnome.org/show_bug.cgi?id=681992 src/grl-metadata-key.h | 4 ++++ src/grl-multiple.h | 4 ++++ 2 files changed, 8 insertions(+) commit a4798661a97cdbe11f91918f93a8e171bc4702f4 Author: Mathias Hasselmann Date: Thu Aug 16 12:53:41 2012 +0200 Avoid warning about bad pointer cast https://bugzilla.gnome.org/show_bug.cgi?id=681983 src/grl-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ed50907e93e81f6e8f206c05c45bb9153e836697 Author: Mathias Hasselmann Date: Thu Aug 16 12:55:11 2012 +0200 Don't freeze sync functions on failed precondition https://bugzilla.gnome.org/show_bug.cgi?id=681984 src/grl-multiple.c | 15 ++- src/grl-source.c | 277 +++++++++++++++++++++++++++++----------------------- 2 files changed, 163 insertions(+), 129 deletions(-) commit 7eb773f221c2ab2f772f770ed560621782e8b52a Author: Juan A. Suarez Romero Date: Mon Aug 13 15:18:05 2012 +0200 core: GrlKeyID are not GParamSpec This fixes https://bugzilla.gnome.org/show_bug.cgi?id=681757 bindings/vala/grilo-0.2-custom.vala | 92 ++++++++++++++++++++---------- bindings/vala/grilo-uninstalled.files.in | 2 +- src/grl-metadata-key.c | 3 - src/grl-source.c | 2 +- tools/vala/grilo-test.vala | 2 +- 5 files changed, 64 insertions(+), 37 deletions(-) commit 22e77baa16730e01ef30b8a8a6035e8535278313 Author: Juan A. Suarez Romero Date: Mon Aug 13 13:21:48 2012 +0000 Post-release version bump to 0.2.1 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)