diff options
-rw-r--r-- | HISTORY | 2 | ||||
-rw-r--r-- | imonlcd.c | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -1,8 +1,10 @@ VDR Plugin 'imonlcd' Revision History ------------------------------------- +2017-01-29: Version 1.0.1 - Update plugin interface for vdr 2.3.2 - Fix display wrong time for HD recording if they greater than one hour (Bug #1568) +- Small improvement of the function FormatReplayTime 2013-03-23: Version 1.0.1 - Adapt Makefile for new VDR >=1.7.36 @@ -20,7 +20,7 @@ #include "status.h" #include "setup.h" -static const char *VERSION = "1.0.1"; +static const char *VERSION = "1.0.2"; static const char *DEFAULT_LCDDEVICE = "/dev/lcd0"; |