Now using cPipe instead of popen() in cCommand::Execute()

This commit is contained in:
Klaus Schmidinger
2007-01-26 13:35:52 +01:00
parent aec92c1334
commit 1ebfeda1d2
3 changed files with 9 additions and 4 deletions

View File

@@ -5032,3 +5032,6 @@ Video Disk Recorder Revision History
2007-01-26: Version 1.4.5-1
- 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).