summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-02-15 11:06:15 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-02-15 11:06:15 +0100
commit49c2bc380c34c346dafffe5c5a4059fa2f604680 (patch)
tree8aa2070b59bb78f8d03e3fa64f2037f56cb09e85 /ChangeLog
parentf3d354da3e373f9c4890a78e5274a6ba02f1c8cb (diff)
downloadrsyslog-49c2bc380c34c346dafffe5c5a4059fa2f604680.tar.gz
rsyslog-49c2bc380c34c346dafffe5c5a4059fa2f604680.tar.xz
rsyslog-49c2bc380c34c346dafffe5c5a4059fa2f604680.zip
improved error reporting for $WorkDirectory
non-existance and other detectable problems are now reported, and the work directory is NOT set in this case
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d2bbc20..2a22f5b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ Version 5.7.4 [V5-BETA] (rgerhards), 2011-02-??
- added pmsnare parser module (written by David Lang)
- enhanced imfile to support non-cancel input termination
- improved systemd socket activation thanks to Marius Tomaschweski
+- improved error reporting for $WorkDirectory
+ non-existance and other detectable problems are now reported,
+ and the work directory is NOT set in this case
- bugfix: pmsnare causded abort under some conditions
- bugfix: abort if imfile reads file line of more than 64KiB
Thanks to Peter Eisentraut for reporting and analysing this problem.