summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";