diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-23 10:04:01 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-10-23 10:04:01 +0200 |
commit | e73912d2e71f70952f9de8d056c32e9fe1b4b2df (patch) | |
tree | 5bc3c227b3b5edd5efaaeb3f43440a4c9f3127c3 /HISTORY | |
parent | 657b49a1d57e7a6af89b0203cc6f8c329afb7c35 (diff) | |
download | vdr-e73912d2e71f70952f9de8d056c32e9fe1b4b2df.tar.gz vdr-e73912d2e71f70952f9de8d056c32e9fe1b4b2df.tar.bz2 |
Fixed detecting transponder lock; removed WAIT_FOR_LOCK_AFTER_TUNING; added some missing 'const' to cChannel
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3036,3 +3036,11 @@ Video Disk Recorder Revision History - Removed the 'Log' parameter from the cChannel::Set... functions. Instead checking if the channel has a non-zero number. - Updated 'channels.conf.terr' for Hannover (thanks to Sven Kreiensen). + +2004-10-23: Version 1.3.14 + +- Fixed detecting transponder lock in cDvbTuner (based on a patch from Stefan + Meyknecht). +- What was previously marked with WAIT_FOR_LOCK_AFTER_TUNING is now permanently + active and uses a cCondVar to signal when a transponder is locked. +- Added some missing 'const' to cChannel. |