summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-12-05 15:48:40 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2020-12-05 15:48:40 +0100
commitbacc87389621cc4f8c3bcad8f4267c6f4e47574d (patch)
treec1d271e506daf939bb1a5371a1d39e8b6d686605 /HISTORY
parent375d25627de34f4a5a1a032f032b8c6a1be2a2c0 (diff)
downloadvdr-bacc87389621cc4f8c3bcad8f4267c6f4e47574d.tar.gz
vdr-bacc87389621cc4f8c3bcad8f4267c6f4e47574d.tar.bz2
Added initialization of cDvbFrontend::frontendInfo
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index b0c3aa8d..6a5ade48 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History
cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
(thanks to Helmut Binder).
-2020-11-28:
+2020-12-05:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9548,3 +9548,4 @@ Video Disk Recorder Revision History
- Fixed possible compilation errors with libjpeg (thanks to Bernd Kuhls).
- Fixed "read incomplete section" errors (thanks to Helmut Binder).
- Fixed generating the HashId in cEIT::cEIT() (thanks to Helmut Binder).
+- Added initialization of cDvbFrontend::frontendInfo (thanks to Winfried Köhler).