diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-16 09:57:10 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-08-16 09:57:10 +0200 |
commit | fd682083a4d79d82113f345ac9b56d7afb1ed868 (patch) | |
tree | 60c5eae076ade1f505f68987306173156ed7080b /HISTORY | |
parent | 435018bf4fa749a69e9178a569347885ebeeec64 (diff) | |
download | vdr-fd682083a4d79d82113f345ac9b56d7afb1ed868.tar.gz vdr-fd682083a4d79d82113f345ac9b56d7afb1ed868.tar.bz2 |
Now running even w/o DVB devices, provided at least one device is implemented by a plugin1.1.7
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1393,7 +1393,7 @@ Video Disk Recorder Revision History - Changed the cDevice class to allow plugins to implement their own devices (see PLUGINS.html for details). -2002-08-15: Version 1.1.7 +2002-08-16: Version 1.1.7 - Adapted VDR to the NEWSTRUCT driver. To use the new driver, compile VDR with 'make NEWSTRUCT=1' (thanks to Holger Wächtler for some valuable advice). @@ -1412,3 +1412,6 @@ Video Disk Recorder Revision History to Stefan Huelswitt). - Improved cCondVar::Wait() and implemented cCondVar::TimedWait() (thanks to Stefan Huelswitt). +- VDR no longer gives up if there is no DVB device. It continues to work if + there is at least one device, either a DVB device found by the core VDR code + itself, or a device implemented by a plugin. |