summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2017-01-29 16:18:28 +0100
committeranbr <vdr07@deltab.de>2017-01-29 16:18:28 +0100
commit97c8f99e0c8833be092eb0e9372b8909ec4bbd10 (patch)
tree8e9a6d12046dffd2fb413d0975e3e6f993b42716
parent8f47569dbf9d30d5b85bfeaf5f6bc571cc41f25b (diff)
downloadvdr-plugin-imonlcd-97c8f99e0c8833be092eb0e9372b8909ec4bbd10.tar.gz
vdr-plugin-imonlcd-97c8f99e0c8833be092eb0e9372b8909ec4bbd10.tar.bz2
Release 1.0.2
-rw-r--r--HISTORY2
-rw-r--r--imonlcd.c2
2 files changed, 3 insertions, 1 deletions
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";