summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2001-09-15 13:00:58 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2001-09-15 13:00:58 +0200
commit7913b00daa6c95f4a8fdbc96793dc08f26a5f121 (patch)
tree7f3f93fed911b2380f8f869e1e5617e8cc55bcc7 /HISTORY
parent37754870e0868f41549c63941ed4a236751e70e4 (diff)
downloadvdr-7913b00daa6c95f4a8fdbc96793dc08f26a5f121.tar.gz
vdr-7913b00daa6c95f4a8fdbc96793dc08f26a5f121.tar.bz2
Pipe to Dolby Digital replay command closes all unused file descriptors to avoid crashing when OSD is on
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 4cf03d27..9ad19127 100644
--- a/HISTORY
+++ b/HISTORY
@@ -716,7 +716,7 @@ Video Disk Recorder Revision History
That way every recording will store the actual summary data at the time of
the recording.
-2001-09-14: Version 0.95
+2001-09-15: Version 0.95
- Fixed behaviour in case the shutdown didn't take place (there were many
"next timer event at..." messages in that case).
@@ -742,3 +742,6 @@ Video Disk Recorder Revision History
- Changed the size of all input buffers used to parse config files or receive
SVDRP commands to the same value of 10KB. This allows long strings to be
used in the 'summary' field of a timer, for instance.
+- The pipe to the Dolby Digital replay command (option '-a') now closes all
+ unused file descriptors in the child process to avoid crashing when the
+ OSD is used (thanks to Andreas Vitting).