summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2017-05-30 11:06:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2017-05-30 11:06:55 +0200
commitf97a59597f53e2a207b624ab32f491131253987c (patch)
tree1447dc381514dd21c2143ce0fdeda40f1775c479 /HISTORY
parent6edfcda43a365cfd94ed6649d66a0adcbb965480 (diff)
downloadvdr-f97a59597f53e2a207b624ab32f491131253987c.tar.gz
vdr-f97a59597f53e2a207b624ab32f491131253987c.tar.bz2
Now using a separate mutex to fix the race between SVDRP CHAN and cDevice::HasProgramme()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 8ea3ebfc..55c8909b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9084,3 +9084,6 @@ Video Disk Recorder Revision History
- Fixed generating k_Release key events for LIRC remote controls (due to the short
timeout another normal key was sometimes put into the queue after the generated
release). Also removed some code redundancy and added some buffer checks.
+- Now using a separate mutex to fix the race between SVDRP CHAN and
+ cDevice::HasProgramme(), because the previous fix caused a deadlock (reported by
+ Derek Kelly).