From eff623810a1f605f7519f89fe8fa97faee8b47aa Mon Sep 17 00:00:00 2001 From: phunkyfish Date: Fri, 11 Oct 2019 14:02:46 +0200 Subject: [PATCH] changelog and version --- pvr.vuplus/addon.xml.in | 6 +++++- pvr.vuplus/changelog.txt | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pvr.vuplus/addon.xml.in b/pvr.vuplus/addon.xml.in index c8b1cd9d..01f45c65 100644 --- a/pvr.vuplus/addon.xml.in +++ b/pvr.vuplus/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ @@ -175,6 +175,10 @@ 這是測試版軟體!其原創作者並無法對於以下情況負責,包含:錄影失敗,不正確的定時設定,多餘時數,或任何產生的其它不良影響... @PLATFORM@ +v4.9.1 +- Fixed: Use correct start time for EPG lookup when adding timer +- Fixed: strncpy fix possible length fault + v4.9.0 - Added: Group specific channel numbering to matching backend bouquets - Fixed: Fix recordings last played, playcount etc. broken since prior last PR: 248 diff --git a/pvr.vuplus/changelog.txt b/pvr.vuplus/changelog.txt index bf477ff7..2c3ea02d 100644 --- a/pvr.vuplus/changelog.txt +++ b/pvr.vuplus/changelog.txt @@ -1,3 +1,7 @@ +v4.9.1 +- Fixed: Use correct start time for EPG lookup when adding timer +- Fixed: strncpy fix possible length fault + v4.9.0 - Added: Group specific channel numbering to matching backend bouquets - Fixed: Fix recordings last played, playcount etc. broken since prior last PR: 248