summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-18 11:14:14 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-18 11:14:14 +0200
commitf529e8b2c3bb2c087bfba3fc5610a66fdbe1a8ae (patch)
tree01d936d7497a0c8ab4ba8e73b521042e2bee510f /ChangeLog
parentd2d54013aebb756169182ed8716b142d27134a70 (diff)
parenta6ed4b59cc39fe802d06f113f238f1ffe90b7cf6 (diff)
downloadrsyslog-f529e8b2c3bb2c087bfba3fc5610a66fdbe1a8ae.tar.gz
rsyslog-f529e8b2c3bb2c087bfba3fc5610a66fdbe1a8ae.tar.xz
rsyslog-f529e8b2c3bb2c087bfba3fc5610a66fdbe1a8ae.zip
Merge branch 'master' into newmsg
Conflicts: tools/omfile.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be984aa3..330fd56c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -222,6 +222,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