From 69711400fa184bb254808286ffde10b8e97e7c82 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Fri, 5 Jul 2019 15:09:33 +0200 Subject: [PATCH] Version 1.2.9 --- HISTORY | 6 ++++++ tvguide.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index c9ed201..f6b26ab 100644 --- a/HISTORY +++ b/HISTORY @@ -197,3 +197,9 @@ Version 1.2.8 (Create and modify of channelgroups and blacklists isn't possible, because the epgsearch service interface doesn't support that, should be done in epgsearch) + +Version 1.2.9 + +- Correct plugin options in README and CommandLineHelp +- Change locking in cTVGuideSearchTimer::cTVGuideSearchTimer +- Fixed a dayOfWeek error in RecMenuSearchTimerEdit diff --git a/tvguide.c b/tvguide.c index 3bbcf55..8995724 100644 --- a/tvguide.c +++ b/tvguide.c @@ -26,7 +26,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.8"; +static const char *VERSION = "1.2.9"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide";