summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-16 11:57:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-16 11:57:54 +0100
commit1df6a87249291566d978f3d104ca68dbb075b37b (patch)
tree06b09b7d54471b34156392055347fbc48da0b552 /HISTORY
parente02d608bce5e4c4f484f7e9bd81e23637968d10c (diff)
downloadvdr-1df6a87249291566d978f3d104ca68dbb075b37b.tar.gz
vdr-1df6a87249291566d978f3d104ca68dbb075b37b.tar.bz2
Now waiting explicitly until all CAM slots are ready before switching to the initial channel when VDR is started
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0b8a6c83..ba441d45 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8148,3 +8148,7 @@ Video Disk Recorder Revision History
Eike Sauer).
- Fixed deleting the source recording after moving it to a different volume (reported
by Christoph Haubrich).
+- Now waiting explicitly until all CAM slots are ready before switching to the
+ initial channel when VDR is started. This is necessary in case CI adapters are
+ used that are not physically connected to a dedicated device. The respective checks
+ in cDvbDevice have been removed to avoid redundancy.