summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-01-26 13:38:32 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-01-26 13:38:32 +0100
commitcb252863948b430e3ac28dc7aaa9cf19930af8b3 (patch)
tree60f7a6048b3c2971baec8f6f53ef346a857524e1 /HISTORY
parentd1d58251360547e434f363cdfcd35537b235f602 (diff)
downloadvdr-cb252863948b430e3ac28dc7aaa9cf19930af8b3.tar.gz
vdr-cb252863948b430e3ac28dc7aaa9cf19930af8b3.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 d2936d0d..bb53c5c8 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5085,6 +5085,9 @@ 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).
2007-01-26: Version 1.5.1