summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-19 14:37:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-19 14:37:17 +0200
commit73870fc90706ced04a25f19ee72595eb3a9e4d2b (patch)
treeb2b78fb4cd0370d294aea56a58a3876dd867e6b1 /HISTORY
parente994e3a4fef46bcd17aae84f04b552d2b32f7469 (diff)
downloadvdr-73870fc90706ced04a25f19ee72595eb3a9e4d2b.tar.gz
vdr-73870fc90706ced04a25f19ee72595eb3a9e4d2b.tar.bz2
Fixed broken recordings after a driver buffer overflow
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 7b51aa9f..e0c815a2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.