summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-23 10:04:01 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-23 10:04:01 +0200
commite73912d2e71f70952f9de8d056c32e9fe1b4b2df (patch)
tree5bc3c227b3b5edd5efaaeb3f43440a4c9f3127c3 /HISTORY
parent657b49a1d57e7a6af89b0203cc6f8c329afb7c35 (diff)
downloadvdr-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--HISTORY8
1 files changed, 8 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 769791e4..31551a29 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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.