summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-11-28 21:45:05 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2020-11-28 21:45:05 +0100
commit375d25627de34f4a5a1a032f032b8c6a1be2a2c0 (patch)
tree4a4d73fa2554c09ff66fe44723233380edd6556d /HISTORY
parent56e2ed262838e05cbeb2848571dd4c8d45425506 (diff)
downloadvdr-375d25627de34f4a5a1a032f032b8c6a1be2a2c0.tar.gz
vdr-375d25627de34f4a5a1a032f032b8c6a1be2a2c0.tar.bz2
Fixed generating the HashId in cEIT::cEIT()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 16d78aaf..b0c3aa8d 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-24:
+2020-11-28:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9547,3 +9547,4 @@ Video Disk Recorder Revision History
- Fixed parsing the '-l' command line option (reported by Harald Milz).
- 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).