commit bae748a3a27514190fd75f35787c06d1758808bc Author: Juan A. Suarez Romero Date: Fri Aug 10 13:40:38 2012 +0200 Bump to 0.1.20 NEWS | 19 +++++++++++++++++++ configure.ac | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) commit 480c94533c360d7f0fb0016aa5639bf2d6e24bb8 Author: Juan A. Suarez Romero Date: Fri Aug 10 13:37:09 2012 +0200 Update Copyright headers configure.ac | 2 +- doc/Makefile.am | 2 +- libs/net/Makefile.am | 2 +- libs/net/grl-net-wc.c | 2 +- libs/net/grl-net-wc.h | 2 +- src/Makefile.am | 2 +- src/data/grl-config.c | 2 +- src/data/grl-config.h | 2 +- src/data/grl-data.c | 2 +- src/data/grl-media-image.c | 2 +- src/data/grl-media.c | 2 +- src/grl-log.c | 2 +- src/grl-media-source.c | 2 +- src/grl-metadata-key.c | 2 +- src/grl-multiple.c | 2 +- tools/grilo-inspect/Makefile.am | 2 +- tools/grilo-inspect/grl-inspect.c | 2 +- tools/grilo-test-ui/Makefile.am | 2 +- tools/grilo-test-ui/main.c | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) commit 2fd41dcfbe1d9dc31d377da16a8b9704976a3406 Author: Juan A. Suarez Romero Date: Fri Aug 10 12:28:35 2012 +0200 doc: Improve documentation doc/grilo/grilo-sections.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) commit f48207f2cee38925ee0793542833dcf573cada42 Author: Juan A. Suarez Romero Date: Fri Aug 10 09:44:37 2012 +0200 core: Fix typos in documentation src/data/grl-media-image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit f85382ee66635ff66bce16588410ea4cdb54e3d2 Author: Víctor Manuel Jáquez Leal Date: Thu Aug 9 12:40:18 2012 +0200 vala: make container in source.browse() nullable bindings/vala/grilo-0.1.metadata | 1 + 1 file changed, 1 insertion(+) commit 6076360ba79a72a0dab946db35f17c77efaa1f9b Author: Juan A. Suarez Romero Date: Wed Aug 8 16:22:44 2012 +0000 vala: Do not install VAPI files in specific vapi directory of the compiler Rather, install it in $(datadir)/vala/vapi place. bindings/vala/Makefile.am | 2 +- configure.ac | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) commit 1dbc761487b0b16d7a25c17e8644dd36fa87f5c9 Author: Juan A. Suarez Romero Date: Wed Aug 8 15:52:03 2012 +0000 core: Fix typo in key description src/grl-metadata-key.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit cfb1bd8c6999f493639c6f533dac0a6c60040281 Author: Víctor Manuel Jáquez Leal Date: Tue Aug 7 12:51:14 2012 +0200 grl-net: avoid a possible double free In the soup-unstable there was the possiblity to face a double free if get_content() was called twice with the content parameter set as NULL first. Thanks to Jens Georg for aiming at this issue. libs/net/grl-net-soup-unstable.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 84cf60441d0354a579280910fe35d301c8f70793 Author: Mathias Hasselmann Date: Tue Jul 10 10:29:40 2012 +0200 doc: Fix typos in GrlConfig description src/data/grl-config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit d940e8a3a756948a5d34054017382d86d9817995 Author: Mathias Hasselmann Date: Tue Jul 10 10:11:56 2012 +0200 doc: Clearify that GrlConfig are not persistant src/data/grl-config.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) commit bf431b8b71cf47b939e237a5741b258f7f0b45ad Author: Murray Cumming Date: Tue Jul 10 12:38:03 2012 +0200 core: Avoid pedantic compiler warnings with C++. g++ complains about trailing commas in enums when using -Wpedantic. This fixes https://bugzilla.gnome.org/show_bug.cgi?id=679674 Signed-off-by: Juan A. Suarez Romero autogen.sh | 2 +- libs/net/grl-net-wc.c | 2 +- libs/net/grl-net-wc.h | 2 +- src/grl-media-source.c | 4 ++-- src/grl-media-source.h | 2 +- src/grl-metadata-source.c | 2 +- src/grl-metadata-source.h | 6 +++--- src/grl-plugin-registry.c | 2 +- src/grl-plugin-registry.h | 2 +- tools/grilo-test-ui/main.c | 10 +++++----- 10 files changed, 17 insertions(+), 17 deletions(-) commit ff881ab64b3abddf77106dd707432002666f6e54 Author: Juan A. Suarez Romero Date: Sat May 26 17:17:10 2012 +0000 test-ui: Fix leaks tools/grilo-test-ui/main.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit 02e3227ea8351f09c8e0bdef7424a84806b13462 Author: Bastien Nocera Date: Fri May 25 15:39:08 2012 +0100 test-ui: Make the test window a decent size https://bugzilla.gnome.org/show_bug.cgi?id=676822 tools/grilo-test-ui/main.c | 1 + 1 file changed, 1 insertion(+) commit ed6b5035864d13a06206db41f302eedd3c3277ec Author: Bastien Nocera Date: Fri May 25 15:40:18 2012 +0100 test-ui: We only really support GTK+ 3.x builds So stop fooling ourselves, that code just doesn't work with GTK+ 2.x https://bugzilla.gnome.org/show_bug.cgi?id=676823 configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)