From 25d547aba183f850349d5085204eb64ef12476a5 Mon Sep 17 00:00:00 2001 From: kfb77 Date: Tue, 3 Sep 2024 15:37:17 +0200 Subject: [PATCH] update version to 4.1.7-Dev.1 --- HISTORY | 7 ++++++- version.dist | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index fa95f2ac..aa348406 100644 --- a/HISTORY +++ b/HISTORY @@ -1,8 +1,13 @@ VDR Plugin 'markad' Revision History ---------------------------------- +2024-09-03: Version 4.1.7 +- fix crash if running during recording (thx to shofmann@www.vdr-portal.de for reporting) +- some minor bug fixes and optimizations, see git + 2024-09-03: Version 4.1.6 -- fix VDR timestamp offset (thx to pmrb@www.vdr-portal.de for reporting) +- fix VDR timestamp offset (thx to pmrb@www.vdr-portal.de for reporting + thx to kls@www.vdr-portal.de and FireFly@www.vdr-portal.de for support) - some minor bug fixes and optimizations, see git 2024-08-31: Version 4.1.5 diff --git a/version.dist b/version.dist index cb9543c1..db752ff3 100644 --- a/version.dist +++ b/version.dist @@ -8,6 +8,6 @@ #ifndef __version_h_ #define __version_h_ -static const char *VERSION = "4.1.6"; +static const char *VERSION = "4.1.7-Dev.1"; #endif