summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-18 11:11:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-18 11:11:07 +0200
commit17133f2cd18a2b5376d40a01b87c970b3a47c265 (patch)
treeef857337dc0db50271c7e30faae259d6fba3f0cd /ChangeLog
parent3e2be47ed69d2b4ce21777a75ad6128592e84d1d (diff)
parentbca66bc1399d1b9bcc370c64b5a8befb2244695d (diff)
downloadrsyslog-17133f2cd18a2b5376d40a01b87c970b3a47c265.tar.gz
rsyslog-17133f2cd18a2b5376d40a01b87c970b3a47c265.tar.xz
rsyslog-17133f2cd18a2b5376d40a01b87c970b3a47c265.zip
Merge branch 'v3-stable' into beta
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e153d96..697a6a3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -153,6 +153,20 @@ version before switching to this one.
Thanks to Ken for providing the patch
---------------------------------------------------------------------------
Version 3.22.1 [v3-stable] (rgerhards), 2009-04-??
+- bugfix: invalid error message issued if $inlcudeConfig was on an empty
+ set of files (e.g. *.conf, where none such files existed)
+ thanks to Michael Biebl for reporting this bug
+- bugfix: when run in foreground (but not in debug mode), a
+ debug message ("DoDie called") was emitted at shutdown. Removed.
+ thanks to Michael Biebl for reporting this bug
+- bugfix: some garbagge was emitted to stderr on shutdown. This
+ garbage consisted of file names, which were written during
+ startup (key point: not a pointer error)
+ thanks to Michael Biebl for reporting this bug
+- bugfix: startup and shutdown message were emitted to stdout
+ thanks to Michael Biebl for reporting this bug
+- 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