commit cddf75e3ca028dcada3e0029a5de4787ef027f9e Author: Juan A. Suarez Romero Date: Fri Nov 30 15:17:37 2012 +0000 Release 0.2.4 AUTHORS | 1 + NEWS | 17 +++++++++++++++++ configure.ac | 4 ++-- 3 files changed, 20 insertions(+), 2 deletions(-) commit bdeb52ad5d2e79f262bbbc030fd7a292bcc59252 Author: Andrzej Bieniek Date: Sun Nov 25 10:18:03 2012 +0000 grl-source: fixed compare_queue_element function Function should return 0 only when elements are equal. compare_queue_element function was returning 0 every time qelement->media pointer was higher or equal media pointer (qelement->media < media). It worked couple of times then failed, depends where memory was allocated. When it failed, wrong element in BrowseRelayCb::queue was marked as ready (in media_ready_cb). As a consequence grilo locked up not returning all elements in grl_source_browse call. https://bugzilla.gnome.org/show_bug.cgi?id=689053 src/grl-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit b7ad806faf1bc5d600c5555e67783ea1c34894cc Author: Murray Cumming Date: Wed Nov 14 10:21:30 2012 +0100 docs: Grammar correction: got examples/browsing.c | 2 +- src/data/grl-media.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) commit c02863d75a6332a982ed48d18941a47f2de69c39 Author: Murray Cumming Date: Wed Nov 14 10:13:27 2012 +0100 docs: GrlMedia: Improve certificate/region function docs Based on https://bugzilla.gnome.org/show_bug.cgi?id=679686#c14 https://bugzilla.gnome.org/show_bug.cgi?id=688301 src/data/grl-media.c | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) commit 51e7a16031a0f5b31cd7a840bb4cfb995af64086 Author: Juan A. Suarez Romero Date: Tue Nov 13 23:13:14 2012 +0000 core: Extend supported keys in the filters Include gboolean, gfloat and GDateTime keys in the supported keys for defining filters. src/grl-operation-options.c | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) commit 5ac3cfa53f1d67590c02240147ee0334316f924f Author: Juan A. Suarez Romero Date: Tue Nov 13 23:12:12 2012 +0000 core: set source_id if really needed Only insert the source_id in the media if actually the source didn't insert it. src/grl-source.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 313cbc583ec5620a4224d83950b6ced0ff9a60cb Author: Murray Cumming Date: Tue Nov 13 10:27:41 2012 +0100 docs: Fix grammar in plugins-testing doc/grilo/plugins-testing.xml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) commit 87a9dda4c5dfcfcf1c533672e342666faaa0c7d5 Author: Jasper Lievisse Adriaanse Date: Thu Nov 8 19:45:44 2012 +0100 Fix compilation with gcc 4.2 grl-net-mock.c: In function 'init_mock_requester': grl-net-mock.c:206: error: 'for' loop initial declaration used outside C99 mode libs/net/grl-net-mock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit 6934ae3e441dc52b55425894605168ac9ab3b655 Author: Juan A. Suarez Romero Date: Thu Nov 8 15:11:03 2012 +0000 Post-release version bump to 0.2.4 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)