diff options
author | Vlad Grigorescu <grigorescu@gmail.com> | 2011-10-17 13:03:52 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2011-10-17 13:03:52 +0200 |
commit | e2836f5f430e63bd96502cca74dbc302938e5a23 (patch) | |
tree | 09c6a12cb9c89a93788a3b455ab9e563fcafb243 /ChangeLog | |
parent | cd5253fa82fdbd7529f76c9cec2130e1ccb210bb (diff) | |
download | rsyslog-e2836f5f430e63bd96502cca74dbc302938e5a23.tar.gz rsyslog-e2836f5f430e63bd96502cca74dbc302938e5a23.tar.xz rsyslog-e2836f5f430e63bd96502cca74dbc302938e5a23.zip |
bugfix: ActionQueue could malfunction due to index error
Signed-off-by: Rainer Gerhards <rgerhards@adiscon.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ --------------------------------------------------------------------------- Version 5.8.6 [V5-stable] (rgerhards/al), 2011-??-?? +- bugfix: ActionQueue could malfunction due to index error + Thanks to Vlad Grigorescu for the patch - 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 |