diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-19 14:37:17 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-08-19 14:37:17 +0200 |
commit | 73870fc90706ced04a25f19ee72595eb3a9e4d2b (patch) | |
tree | b2b78fb4cd0370d294aea56a58a3876dd867e6b1 /HISTORY | |
parent | e994e3a4fef46bcd17aae84f04b552d2b32f7469 (diff) | |
download | vdr-73870fc90706ced04a25f19ee72595eb3a9e4d2b.tar.gz vdr-73870fc90706ced04a25f19ee72595eb3a9e4d2b.tar.bz2 |
Fixed broken recordings after a driver buffer overflow
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -650,7 +650,7 @@ Video Disk Recorder Revision History only once. - Made I/O more robust by handling EINTR (thanks to Werner Fink). -2001-08-17: Version 0.92 +2001-08-18: Version 0.92 - The "channel not sync'ed" log message now also lists the card number. - Now using the EIT services from 'libdtv' (thanks to Rolf Hakenes), which @@ -660,3 +660,4 @@ Video Disk Recorder Revision History bugs are fixed can be controlled with the EPGBugfixLevel parameter in the "Setup" menu (see MANUAL for details, and cEventInfo::FixEpgBugs() in eit.c for the actual implementation). +- Fixed broken recordings after a driver buffer overflow. |