summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-18 12:46:39 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-18 12:46:39 +0200
commit435ee3981203577709ffd41057f0e120615871a1 (patch)
treee1c9bef48f8b397e0fb92f11f8fb1de9d94c5c46 /HISTORY
parent88a435337805ad282544e15832b2b9e81155200c (diff)
downloadvdr-435ee3981203577709ffd41057f0e120615871a1.tar.gz
vdr-435ee3981203577709ffd41057f0e120615871a1.tar.bz2
Fixed setting the locking pid after a timed wait
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 64c69793..d5979040 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2143,7 +2143,7 @@ Video Disk Recorder Revision History
- Changed C++ style comments in libdtv into C style to avoid warnings in gcc 3.x
(thanks to Andreas Schultz).
-2003-05-16: Version 1.1.32
+2003-05-18: Version 1.1.32
- Removed a faulty parameter initialization in menu.c (thanks to Lauri Tischler for
reporting this one).
@@ -2163,3 +2163,4 @@ Video Disk Recorder Revision History
cRecorder to avoid problems with cReceivers that want to receive from PIDs
that are currently not transmitting (thanks to Marcel Wiesweg for reporting
this one).
+- Fixed setting the locking pid after a timed wait (thanks to Andreas Schultz).