summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-08-17 13:19:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-08-17 13:19:10 +0200
commite994e3a4fef46bcd17aae84f04b552d2b32f7469 (patch)
tree230051f12a02b0f845159193bb5839a1a9649bd9 /HISTORY
parent716d3d07b485cadb5e60f40f3b408d533cef190e (diff)
downloadvdr-e994e3a4fef46bcd17aae84f04b552d2b32f7469.tar.gz
vdr-e994e3a4fef46bcd17aae84f04b552d2b32f7469.tar.bz2
Implemented EPG bugfixing
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 6 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index d37551f1..7b51aa9f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -650,8 +650,13 @@ Video Disk Recorder Revision History
only once.
- Made I/O more robust by handling EINTR (thanks to Werner Fink).
-2001-08-15: Version 0.92
+2001-08-17: 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
provides EPG information for NVOD ("Near Video On Demand") channels.
+- Doing some bug fixing on the EPG data (some tv stations apparently have
+ their own idea on how to fill in the data...). The level up to which EPG
+ 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).