summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-03-09 11:51:56 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2002-03-09 11:51:56 +0100
commitac5aecb8eb6d6979877dbf9db813eb8d6b1a6ae6 (patch)
treedbea8faa967637fe945fa7cc2a32f9b2d069f1ce /HISTORY
parenta9fd732a721336f4cd34eabfd02afde4e9516065 (diff)
downloadvdr-ac5aecb8eb6d6979877dbf9db813eb8d6b1a6ae6.tar.gz
vdr-ac5aecb8eb6d6979877dbf9db813eb8d6b1a6ae6.tar.bz2
Fixed 'zombie' processes when closing a pipe
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 50107fe8..e9361f67 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1083,3 +1083,6 @@ Video Disk Recorder Revision History
- Fixed resetting 'mute' state when setting the volume to a non-zero value.
- Added log messages when deleting recordings in case the disk runs full while
recording.
+- Fixed closing a pipe (used for replaying Dolby Digital audio), which
+ sometimes left 'zombie' processes behind (thanks to Werner Fink for helping
+ to debug this one).