summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-18 11:11:59 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-18 11:11:59 +0200
commita6ed4b59cc39fe802d06f113f238f1ffe90b7cf6 (patch)
treebc3537fec2e3e386effc1d7d01050eabae8156ed /ChangeLog
parent74b2b24f508be90d20961304d5e3cce648f3eb7c (diff)
parent17133f2cd18a2b5376d40a01b87c970b3a47c265 (diff)
downloadrsyslog-a6ed4b59cc39fe802d06f113f238f1ffe90b7cf6.tar.gz
rsyslog-a6ed4b59cc39fe802d06f113f238f1ffe90b7cf6.tar.xz
rsyslog-a6ed4b59cc39fe802d06f113f238f1ffe90b7cf6.zip
Merge branch 'beta'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index beed5663..59d9e194 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -208,6 +208,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