summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandreas 'randy' weinberger <vdr@smue.org>2011-02-13 14:53:38 +0100
committerandreas 'randy' weinberger <vdr@smue.org>2011-02-13 14:53:38 +0100
commitd283a0fd024928434bfda4cb83e86ba459159a32 (patch)
treece9986b22fa4e7013ed78f8f1bdb189c57001619
parentf5c3e1a32ea3de53d31dee3059a23eaeca10f63b (diff)
downloadvdr-plugin-graphlcd-d283a0fd024928434bfda4cb83e86ba459159a32.tar.gz
vdr-plugin-graphlcd-d283a0fd024928434bfda4cb83e86ba459159a32.tar.bz2
release of version 0.1.90.1.9
-rw-r--r--HISTORY9
-rw-r--r--plugin.c2
2 files changed, 9 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index a6bf542..11075ef 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,7 +1,14 @@
VDR Plugin 'graphlcd' Revision History
-------------------------------------
-2010.11-21: version 0.1.8
+2011-02-13: version 0.1.9
+- fixed vdr 1.6.0 combatibility and several typos
+- added SVDRP support (TomJoad): http://projects.vdr-developer.org/issues/488
+- added SPAN support (Mreimer): http://projects.vdr-developer.org/issues/523
+- new: logonames.alias is now named channels.alias, which is maintained by wbreu
+
+
+2010-11-21: version 0.1.8
- added --exclude .git in make dist
- code minimizing (http://www.vdrportal.de/board/thread.php?postid=955543#post955543)
- wrong recordinglength with vdr-1.7.x (http://projects.vdr-developer.org/issues/443)
diff --git a/plugin.c b/plugin.c
index 4778018..ae6efdd 100644
--- a/plugin.c
+++ b/plugin.c
@@ -22,7 +22,7 @@
#include <vdr/plugin.h>
-static const char *VERSION = "0.1.9-pre (git 20110123)";
+static const char *VERSION = "0.2.0-pre (git 20110213)";
static const char *DESCRIPTION = "Output to graphic LCD";
static const char *MAINMENUENTRY = NULL;