summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-01-26 13:35:52 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2007-01-26 13:35:52 +0100
commit1ebfeda1d2cb1a6431c6a0ce36979e842188e466 (patch)
treec44cda3ed99894a94e313ba58312369a7ed4fc7a /HISTORY
parentaec92c1334c29c3f2c94f87c41a4dd5cc7dca0f9 (diff)
downloadvdr-1ebfeda1d2cb1a6431c6a0ce36979e842188e466.tar.gz
vdr-1ebfeda1d2cb1a6431c6a0ce36979e842188e466.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 dacfc641..86f40fa2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).