summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-12-18 13:10:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-12-18 13:10:52 +0100
commit587ea30ab496fa594ac5172d519c29f48d4becb5 (patch)
tree0d61ef0554f7a2750c1c1188bbd6ae920d8c7c3c /HISTORY
parent7a0af2292ca13b3b79951e3b21a1fdeac7e75c6a (diff)
downloadvdr-587ea30ab496fa594ac5172d519c29f48d4becb5.tar.gz
vdr-587ea30ab496fa594ac5172d519c29f48d4becb5.tar.bz2
Added a mutex to AssertFreeDiskSpace() to make sure calls from foreground and background threads won't interfere
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 83b13aca..2572b44b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3987,3 +3987,5 @@ Video Disk Recorder Revision History
- Fixed a possible crash when displaying the "Low disk space!" message from
a background thread (thanks to Christof Steininger).
- Fixed handling OSD areas that have invalid sizes (thanks to Marco Schlüßler).
+- Added a mutex to AssertFreeDiskSpace() to make sure calls from foreground
+ and background threads won't interfere.