diff options
-rw-r--r-- | HISTORY | 9 | ||||
-rw-r--r-- | plugin.c | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -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) @@ -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; |