summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-15 08:12:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-15 08:12:14 +0200
commitff6232d2bee06fbbc25ad83a1cf3bb798884679a (patch)
treeec92e5bd324abe3999754b6aebf0d9d0d3f78be0 /ChangeLog
parent2cf3b2fa3c5c5b6cbf104294c7fc8860bb49bac0 (diff)
downloadrsyslog-ff6232d2bee06fbbc25ad83a1cf3bb798884679a.tar.gz
rsyslog-ff6232d2bee06fbbc25ad83a1cf3bb798884679a.tar.xz
rsyslog-ff6232d2bee06fbbc25ad83a1cf3bb798884679a.zip
bugfix: error messages were not emitted to stderr in forked mode
stderr and stdo are now kept open across fork()
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9075ab0..e88cfbff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
Version 3.22.1 [v3-stable] (rgerhards), 2009-04-??
+- bugfix: error messages were not emitted to stderr in forked mode
+ (stderr and stdo are now kept open across forks)
- bugfix: internal messages were emitted to whatever file had fd2 when
rsyslogd ran in forked mode (as usual!)
Thanks to varmojfekoj for the patch