summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-12-24 15:37:11 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-12-24 15:37:11 +0100
commitf97b1069c6bdf519fd32280b35ed66abe6c02bde (patch)
treecc2d570d206287b26bb46631f298f70ca42b46d5 /HISTORY
parentc49253824a46a45dac86d2a0404b9d5c6e1a92a4 (diff)
downloadvdr-f97b1069c6bdf519fd32280b35ed66abe6c02bde.tar.gz
vdr-f97b1069c6bdf519fd32280b35ed66abe6c02bde.tar.bz2
Added cDevice::mutexReceiver to avoid a race condition when attaching/detaching receivers from different threads
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 9fd32246..48e36e25 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3160,7 +3160,7 @@ Video Disk Recorder Revision History
right day of week for timers in the future.
- Some improvements to cPoller (thanks to Marco Schlüßler).
-2004-12-19: Version 1.3.18
+2004-12-24: Version 1.3.18
- Removed an unused variable from cTimer::GetWDayFromMDay() (thanks to Wayne Keer
for reporting this one).
@@ -3224,3 +3224,5 @@ Video Disk Recorder Revision History
- Removed delay_ms(), using cCondWait::SleepMs() instead.
- Replaced time_ms() with a threadsafe and non-overflowing cTimeMs (thanks to Rainer
Zocholl for pointing out this problem).
+- Added cDevice::mutexReceiver to avoid a race condition when attaching/detaching
+ receivers from different threads.