summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-11-20 16:27:18 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-11-20 16:27:18 +0100
commitc33dccf9ba217add7e1dcfe8f8a4ea4fafb81008 (patch)
tree2dd1f6176e5711efc723b8b70962d5e9bd44e394 /HISTORY
parentba85b34c62bfbd2067edf9918832309c441b2389 (diff)
downloadvdr-c33dccf9ba217add7e1dcfe8f8a4ea4fafb81008.tar.gz
vdr-c33dccf9ba217add7e1dcfe8f8a4ea4fafb81008.tar.bz2
Fixed handling childTid in cThread to avoid possible race conditions
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 271353bd..767b1fd7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3159,3 +3159,5 @@ Video Disk Recorder Revision History
overhead in the firmware (thanks to Werner Fink).
- Now checking available OSD memory at runtime (thanks to Oliver Endriss).
- Fixed some typos in the Makefile's 'font' target (thanks to Olaf Titz).
+- Fixed handling childTid in cThread to avoid possible race conditions (thanks
+ to Stefan Huelswitt for pointing this out).