From d283a0fd024928434bfda4cb83e86ba459159a32 Mon Sep 17 00:00:00 2001 From: andreas 'randy' weinberger Date: Sun, 13 Feb 2011 14:53:38 +0100 Subject: release of version 0.1.9 --- HISTORY | 9 ++++++++- plugin.c | 2 +- 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 -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; -- cgit v1.2.3