summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-01-27 11:48:54 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-01-27 11:48:54 +0100
commit0a766bc257ea0c37a9825aac4b38fff77ffe0803 (patch)
tree4348f9329d510fb1d5d3c8c301f0bca1eb38aa9f /HISTORY
parentd46a55a8f14fc257e64f70e20dc7c64b3f549037 (diff)
downloadvdr-0a766bc257ea0c37a9825aac4b38fff77ffe0803.tar.gz
vdr-0a766bc257ea0c37a9825aac4b38fff77ffe0803.tar.bz2
Now using cPipe instead of popen() in cCommand::Execute()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 621b0dc7..758e4e54 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5097,3 +5097,6 @@ Video Disk Recorder Revision History
when tuning to an FTA channel, thus preserving the CAM resources even on budget
DVB cards (suggested by Petri Helin).
- Fixed i18n characters for the Hungarian texts (thanks to Thomas Günther).
+- Now using cPipe instead of popen() in cCommand::Execute() to avoid problems
+ with open file handles when starting background commands (thanks to Reinhard
+ Nissl).