summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-18 09:18:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-18 09:18:43 +0200
commit43c828f8ca87946a83324b1285c10cc8fa11c97b (patch)
tree496c693a3c7b7f3c768c866a3961a41c0cd9a48d /HISTORY
parentb01a1ee81864033c4489233b037b73476584fec8 (diff)
downloadvdr-43c828f8ca87946a83324b1285c10cc8fa11c97b.tar.gz
vdr-43c828f8ca87946a83324b1285c10cc8fa11c97b.tar.bz2
Fixed a race between SVDRP CHAN and cDevice::HasProgramme()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 76d3ee1c..2e19fed4 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).