diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-18 09:18:43 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2017-05-18 09:18:43 +0200 |
commit | 43c828f8ca87946a83324b1285c10cc8fa11c97b (patch) | |
tree | 496c693a3c7b7f3c768c866a3961a41c0cd9a48d /HISTORY | |
parent | b01a1ee81864033c4489233b037b73476584fec8 (diff) | |
download | vdr-43c828f8ca87946a83324b1285c10cc8fa11c97b.tar.gz vdr-43c828f8ca87946a83324b1285c10cc8fa11c97b.tar.bz2 |
Fixed a race between SVDRP CHAN and cDevice::HasProgramme()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8991,7 +8991,7 @@ Video Disk Recorder Revision History current channel is listed. - Fixed a possible crash when pulling the CAM while decrypting a channel with MTD. -2017-05-17: Version 2.3.5 +2017-05-18: Version 2.3.5 - CAMs are now sent a generated EIT packet that contains a single 'present event' for the current SID, in order to avoid any parental rating dialogs. @@ -9026,3 +9026,5 @@ Video Disk Recorder Revision History presence is required by some CAMs). - Fixed a crash in case the bottom text of a CAM menu is empty. - Extended the CI API to allow plugins to implement additional CAM resources. +- Fixed a race between SVDRP CHAN and cDevice::HasProgramme() (reported by Dietmar + Spingler). |