From e5d994a04430e99ff8bd6e51b4176545fb43f44b Mon Sep 17 00:00:00 2001 From: louis Date: Wed, 14 May 2014 07:12:33 +0200 Subject: [PATCH] Version 0.1.3 --- HISTORY | 4 ++++ scraper2vdr.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index 3295653..f9540ce 100644 --- a/HISTORY +++ b/HISTORY @@ -25,3 +25,7 @@ Version 0.1.2 - added path detection for libmysql - fixed epgd state detection - added cppcheck to Makefile + +Version 0.1.3 +- fixed a bug that series meta data is not loaded completely +- fixed crash during shutdown of plugin diff --git a/scraper2vdr.h b/scraper2vdr.h index ce9cc42..ee76178 100644 --- a/scraper2vdr.h +++ b/scraper2vdr.h @@ -13,7 +13,7 @@ //*************************************************************************** // Constants //*************************************************************************** -static const char *VERSION = "0.1.2"; +static const char *VERSION = "0.1.3"; static const char *DESCRIPTION = "'scraper2vdr' plugin"; static const char *MAINMENUENTRY = "Scraper2Vdr";