summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-07 11:42:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-07 11:42:49 +0200
commitcd5253fa82fdbd7529f76c9cec2130e1ccb210bb (patch)
tree1c5d255699d553a6387cb155e1fb08e0f95752db /ChangeLog
parentcf1aaf14fa2bcb457a306d42723ed91a76df00f1 (diff)
downloadrsyslog-cd5253fa82fdbd7529f76c9cec2130e1ccb210bb.tar.gz
rsyslog-cd5253fa82fdbd7529f76c9cec2130e1ccb210bb.tar.xz
rsyslog-cd5253fa82fdbd7529f76c9cec2130e1ccb210bb.zip
bugfix: imfile did invalid system call under some circumstances
when a file that was to be monitored did not exist BUT the state file actually existed. Mostly a cosmetic issue. Root cause was incomplete error checking in stream.c; so patch may affect other code areas.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 11a75c26..b89429f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ Version 5.8.6 [V5-stable] (rgerhards/al), 2011-??-??
- bugfix: omfile returns fatal error code for things that go really wrong
previously, RS_RET_RESUME was returned, which lead to a loop inside the
rule engine as omfile could not really recover.
+- bugfix: imfile did invalid system call under some circumstances
+ when a file that was to be monitored did not exist BUT the state file
+ actually existed. Mostly a cosmetic issue. Root cause was incomplete
+ error checking in stream.c; so patch may affect other code areas.
- bugfix: rsyslogd -v always said 64 atomics were not present
thanks to mono_matsuko for the patch
---------------------------------------------------------------------------