summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-02-17 14:51:29 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-02-17 14:51:29 +0100
commitaaf792357da5d9aaa0f8f61da78daf12508a69c4 (patch)
treef1aba2d66d390e9a3a47836e38b04b272e3ce80a /HISTORY
parente18b303818ee1ac918176ce07eb64d3d02ae122a (diff)
downloadvdr-aaf792357da5d9aaa0f8f61da78daf12508a69c4.tar.gz
vdr-aaf792357da5d9aaa0f8f61da78daf12508a69c4.tar.bz2
Fixed closing all unused file descriptors when opening a pipe
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 50f3ad98..7c9b0e27 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1012,3 +1012,5 @@ Video Disk Recorder Revision History
- When deleting a recording that is currently still being recorded, the related
timer will now automatically be terminated. If this is a repeating timer, it
will receive a "First day" setting that skips the timer for this day.
+- Fixed closing all unused file descriptors when opening a pipe (thanks to
+ Werner Fink).