summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-05 12:38:40 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-05 12:38:40 +0200
commit0d7521d59167e47dd5c085d34edf3cd06e45cfc1 (patch)
treec2f3482f0414206b14545857b52a6bbe57f24d88 /ChangeLog
parent21aef2dffdc958cd92c7ac174fc398b4265acd6d (diff)
downloadrsyslog-0d7521d59167e47dd5c085d34edf3cd06e45cfc1.tar.gz
rsyslog-0d7521d59167e47dd5c085d34edf3cd06e45cfc1.tar.xz
rsyslog-0d7521d59167e47dd5c085d34edf3cd06e45cfc1.zip
bugfix: invalid storage class selected for some size config parameters.
This resulted in wrong values. The most prominent victim was the directory creation mode, which was set to zero in some cases. For details, see related blog post: http://blog.gerhards.net/2009/10/another-note-on-hard-to-find-bugs.html This replaces the improper bugfix from two commits ago with a proper one.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a40032b..e615ecb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
Version 4.5.5 [v4-beta] (rgerhards), 2009-09-??
- added $InputTCPServerNotifyOnConnectionClose config directive
see doc for details
+- bugfix: invalid storage class selected for some size config parameters.
+ This resulted in wrong values. The most prominent victim was the
+ directory creation mode, which was set to zero in some cases. For
+ details, see related blog post:
+ http://blog.gerhards.net/2009/10/another-note-on-hard-to-find-bugs.html
---------------------------------------------------------------------------
Version 4.5.4 [v4-beta] (rgerhards), 2009-09-29
- bugfix: potential segfault in stream writer on destruction