From 97c8f99e0c8833be092eb0e9372b8909ec4bbd10 Mon Sep 17 00:00:00 2001 From: anbr Date: Sun, 29 Jan 2017 16:18:28 +0100 Subject: Release 1.0.2 --- HISTORY | 2 ++ imonlcd.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index ff81641..72ae8e4 100644 --- a/HISTORY +++ b/HISTORY @@ -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 diff --git a/imonlcd.c b/imonlcd.c index ff627ac..ec3ad98 100644 --- a/imonlcd.c +++ b/imonlcd.c @@ -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"; -- cgit v1.2.3