diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2011-09-26 11:36:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-09-26 11:36:44 +0200 |
commit | b26387e6b28630b8e5e3582039141ebf1c7455e3 (patch) | |
tree | 2f1128044dec9daac88d8cf3b41db1e1e7decebc /ChangeLog | |
parent | 6d3cc9e406d3316300eaf537a1aa562e95499d70 (diff) | |
download | rsyslog-b26387e6b28630b8e5e3582039141ebf1c7455e3.tar.gz rsyslog-b26387e6b28630b8e5e3582039141ebf1c7455e3.tar.xz rsyslog-b26387e6b28630b8e5e3582039141ebf1c7455e3.zip |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ Version 5.8.6 [V5-stable] (rgerhards/al), 2011-??-?? - bugfix: imuxsock did no longer ignore message-provided timestamp, if so configured (the *default*). Lead to no longer sub-second timestamps. closes: http://bugzilla.adiscon.com/show_bug.cgi?id=281 +- 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: rsyslogd -v always said 64 atomics were not present thanks to mono_matsuko for the patch --------------------------------------------------------------------------- |