commit 9c95a81ef4aa1fa07da0fcdbeb298587f2153c61 Author: Juan A. Suarez Romero Date: Thu Mar 17 22:22:35 2011 +0100 Bump to version 0.1.11 Signed-off-by: Juan A. Suarez Romero AUTHORS | 1 + NEWS | 11 +++++++++++ configure.ac | 2 +- src/data/grl-media-video.c | 12 ++++++++++++ 4 files changed, 25 insertions(+), 1 deletions(-) commit 749a70f3b4c100cba2a6e96a76473aef5d3be719 Author: Juan A. Suarez Romero Date: Thu Mar 17 21:21:40 2011 +0000 core: Add functions to handle new keys Add functions in GrlMediaVideo to handle season, episode and show keys. Signed-off-by: Juan A. Suarez Romero src/data/grl-media-video.c | 75 ++++++++++++++++++++++++++++++++++++++++++++ src/data/grl-media-video.h | 12 +++++++ 2 files changed, 87 insertions(+), 0 deletions(-) commit ee639609dab28503689a613fb843f60d1d7f9ce1 Author: Lionel Landwerlin Date: Wed Mar 16 22:34:40 2011 +0000 core: Fix segfault Fix segfault in grl-data. Signed-off-by: Lionel Landwerlin Signed-off-by: Juan A. Suarez Romero src/data/grl-data.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 919f14b83318e88d91940551491625eccbdbdda7 Author: Lionel Landwerlin Date: Mon Mar 14 11:31:35 2011 +0000 metadata-keys: add season/episode/show keys Signed-off-by: Lionel Landwerlin src/grl-metadata-key.c | 33 +++++++++++++++++++++++++++++++++ src/grl-metadata-key.h | 3 +++ 2 files changed, 36 insertions(+), 0 deletions(-) commit ea1183d30fb738e1a2a6696e025f3ee05687348c Author: Juan A. Suarez Romero Date: Tue Mar 8 09:20:31 2011 +0100 core: Initialize variable Initialize a boolean variable that avoids to free wrongly a GError. Signed-off-by: Juan A. Suarez Romero src/grl-media-source.c | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-)