summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2020-11-24 21:19:49 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2020-11-24 21:19:49 +0100
commit56e2ed262838e05cbeb2848571dd4c8d45425506 (patch)
treeb0b443369341f17bf2dfc7a9f9df1ece954df29d /HISTORY
parentad55da4ef95044f68cc337a4b0265b984467cc6f (diff)
downloadvdr-56e2ed262838e05cbeb2848571dd4c8d45425506.tar.gz
vdr-56e2ed262838e05cbeb2848571dd4c8d45425506.tar.bz2
Fixed "read incomplete section" errors
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 1bf64191..16d78aaf 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-22:
+2020-11-24:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9546,3 +9546,4 @@ Video Disk Recorder Revision History
- Fixed allocating memory for cImage (reported by Christoph Haubrich).
- 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).