diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-11 13:23:44 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-10-11 13:23:44 +0200 |
commit | 6439d378067ceaf2b24ce3e19d3d0be3a261f615 (patch) | |
tree | 5ad08508a6bdba97778ee45fa89a2d7173a7acec /HISTORY | |
parent | a3c772330a6e76a0e2442909d5baf4795b38a1d1 (diff) | |
download | vdr-6439d378067ceaf2b24ce3e19d3d0be3a261f615.tar.gz vdr-6439d378067ceaf2b24ce3e19d3d0be3a261f615.tar.bz2 |
Adapted type names to the new HEAD version of the driver
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1580,10 +1580,15 @@ Video Disk Recorder Revision History - Fixed a bug when pressing the "Blue" button in the main menu without having displayed it (thanks to Oliver Endriss for reporting this one). -2002-10-07: Version 1.1.13 +2002-10-11: Version 1.1.13 - Added cDevice::DeviceNumber() to get the number of a device, not counting any gaps that might be in the index count. - Fixed fetching the current/next information to handle cases where the duration of an event is set wrongly and would last beyond the start time of the next event. +- Adapted type names to the new HEAD version of the driver (which the previous + NEWSTRUCT branch has been merged into). Note that to use this driver version + you still need to add NEWSTRUCT=1 to the make call when building VDR. You + need a HEAD version of the LinuxDVB driver dated 2002-10-11 or later to compile + VDR with NEWSTRUCT=1. |