summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-06 14:43:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-06 14:43:17 +0200
commit9f7166a8915596fca3656d4b2627dd0bcc27ddaa (patch)
treea7100a4fb2e827c68ae0e17c8fd20e807dd31b40 /HISTORY
parent6ca56047ae0f8078629b12f5e7408b0c57b9fec6 (diff)
downloadvdr-9f7166a8915596fca3656d4b2627dd0bcc27ddaa.tar.gz
vdr-9f7166a8915596fca3656d4b2627dd0bcc27ddaa.tar.bz2
Fixed timeout handling in cRwLock::Lock()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 71c9bd1d..32ab89fb 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3496,3 +3496,7 @@ Video Disk Recorder Revision History
actually stored.
- Fixed handling lifetime when deciding whether to delete a recording (thanks to
Udo Richter).
+- Fixed timeout handling in cRwLock::Lock() (thanks to Sascha Volkenandt for reporting
+ this one).
+- Since there are several places in thread.c where a timeout value is calculated,
+ this has been put into a separate function.