commit 835d3d55db0be6fbb8e5d95636c73fc2c35f70c6 Author: Juan A. Suarez Romero Date: Thu Oct 4 22:03:46 2012 +0000 Release 0.2.2 NEWS | 10 ++++++++++ configure.ac | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) commit 83c3a8b2c0c0ffa3de091c1ea0682bbc77a73c92 Author: Juan A. Suarez Romero Date: Thu Oct 4 00:36:23 2012 +0200 Downgrade version to 0.2.1 NEWS | 21 +++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 23 insertions(+), 2 deletions(-) commit e27961064c6ea88cc5a0bdbab010b33af4591329 Author: Jens Georg Date: Tue Oct 2 09:34:33 2012 +0200 tmdb: Add TMDb plugin Retrieves movies information from TMDb. TMDb, or themoviedb.org, is a free and community maintained movie database. Signed-off-by: Juan A. Suarez Romero configure.ac | 32 ++ src/Makefile.am | 6 +- src/tmdb/Makefile.am | 41 ++ src/tmdb/grl-tmdb-request.c | 585 ++++++++++++++++++++++ src/tmdb/grl-tmdb-request.h | 126 +++++ src/tmdb/grl-tmdb.c | 1161 +++++++++++++++++++++++++++++++++++++++++++ src/tmdb/grl-tmdb.h | 74 +++ src/tmdb/grl-tmdb.xml | 10 + 8 files changed, 2034 insertions(+), 1 deletion(-) commit 902e216bfb905f19cb7400def9c6324453ee4451