diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-03-11 09:48:40 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-03-11 09:48:40 +0100 |
commit | 7a114d640c55339264a09296c372ec983695d165 (patch) | |
tree | 12cdc4f820d184962795a839d2077c024a743913 /HISTORY | |
parent | c5071cc87b5d5bf4cf6c685a45a8e69f9f36f5ae (diff) | |
download | vdr-7a114d640c55339264a09296c372ec983695d165.tar.gz vdr-7a114d640c55339264a09296c372ec983695d165.tar.bz2 |
Added a log message in case a receiver is detached from its device because the assigned CAM can't decrypt the channel
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8203,7 +8203,7 @@ Video Disk Recorder Revision History - Fixed detecting broken video data streams when recording. - Fixed handling frame detection buffer length (reported by Eike Sauer). -2014-03-10: Version 2.1.6 +2014-03-11: Version 2.1.6 - Revoked "Fixed some compiler warnings with Clang 3.4.1" from ci.c, because this did not compile with older versions of gcc (thanks to Sören Moch). @@ -8229,3 +8229,5 @@ Video Disk Recorder Revision History - The SDT is now only parsed *after* the NIT has been read, and it explicitly uses the source value derived from the NIT. This should prevent new channels from being created with the wrong source. +- Added a log message in case a receiver is detached from its device because the + assigned CAM can't decrypt the channel. |