summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2014-05-14 07:12:33 +0200
committerlouis <louis.braun@gmx.de>2014-05-14 07:12:33 +0200
commite5d994a04430e99ff8bd6e51b4176545fb43f44b (patch)
treeb164cc84a9f76ffbce8f1459c17b9b8a8c5d2a93
parent9691a7042c1b6b986966e7d1b5d41e86368ed64d (diff)
downloadvdr-plugin-scraper2vdr-e5d994a04430e99ff8bd6e51b4176545fb43f44b.tar.gz
vdr-plugin-scraper2vdr-e5d994a04430e99ff8bd6e51b4176545fb43f44b.tar.bz2
Version 0.1.3
-rw-r--r--HISTORY4
-rw-r--r--scraper2vdr.h2
2 files changed, 5 insertions, 1 deletions
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";