summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-16 14:50:33 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-16 14:50:33 +0100
commit8c0981583fcd5e531ac955cd8184866dd4eaf9a2 (patch)
tree5c828b6806e777e979666506a85fab8513db22b8 /HISTORY
parentc522225344fdcbea2ec2946695d43a5dfa6c175a (diff)
downloadvdr-8c0981583fcd5e531ac955cd8184866dd4eaf9a2.tar.gz
vdr-8c0981583fcd5e531ac955cd8184866dd4eaf9a2.tar.bz2
Fixed a possible race condition in cDevice::Action() and cTSBuffer::Action()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index b4c148db..e6ac729b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3318,3 +3318,5 @@ Video Disk Recorder Revision History
cRecorder::cRecorder()
cReceiver::cReceiver()
cRemux::cRemux()
+- Fixed a possible race condition in cDevice::Action() and cTSBuffer::Action()
+ (thanks to Stefan Huelswitt).