summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVlad Grigorescu <grigorescu@gmail.com>2011-10-17 13:03:52 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-17 13:03:52 +0200
commite2836f5f430e63bd96502cca74dbc302938e5a23 (patch)
tree09c6a12cb9c89a93788a3b455ab9e563fcafb243 /ChangeLog
parentcd5253fa82fdbd7529f76c9cec2130e1ccb210bb (diff)
downloadrsyslog-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b89429f6..aa0ff579 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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