summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-05-27 09:55:30 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2018-05-27 09:55:30 +0200
commit30eb01ef3792e3fb75eabc34e8258d66197ec75d (patch)
tree7f282c84ba23154caae8fb30ac6674d84743866f /HISTORY
parentd380b57d2849d0df66c14995130dcbbfadbc9d1f (diff)
downloadvdr-30eb01ef3792e3fb75eabc34e8258d66197ec75d.tar.gz
vdr-30eb01ef3792e3fb75eabc34e8258d66197ec75d.tar.bz2
Fixed locking the Channels list in cDisplayChannel, where the lock was still held when Flush() was called (cont'd)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index 23dfa28a..fafc0620 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9348,7 +9348,7 @@ Video Disk Recorder Revision History
Senzel).
- Official release.
-2018-05-06: Version 2.4.1
+2018-05-27: Version 2.4.1
- Fixed handling the tfRecording flag in the SVDRP commands MODT and UPDT (reported
by Johann Friedrichs).
@@ -9360,4 +9360,4 @@ Video Disk Recorder Revision History
unconditionally in the main loop, and checks whether the current cSkinDisplay object
(if any) implements SetMessage().
- Fixed locking the Channels list in cDisplayChannel, where the lock was still held
- when Flush() was called (reported by Matthias Senzel).
+ when Flush() was called (reported by Matthias Senzel and Uwe Scheffler).