summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-08-01 10:32:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-08-01 10:32:09 +0200
commit5d2a114743a06f1611980ae75d704b2af5ab97ed (patch)
treee13c909a2385e9c39fec6673a18a4cf8a740bc9b /ChangeLog
parent4d01df57c2f378ceda3bcc400a9df5e50a0c007b (diff)
downloadrsyslog-5d2a114743a06f1611980ae75d704b2af5ab97ed.tar.gz
rsyslog-5d2a114743a06f1611980ae75d704b2af5ab97ed.tar.xz
rsyslog-5d2a114743a06f1611980ae75d704b2af5ab97ed.zip
undo last queue patch - caused a regression
some more elaborate patch is needed and will be provided
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 0 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index eb8230dc..2efbaa8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,10 +8,6 @@ Version 5.8.13 [V5-stable] 2012-06-??
- bugfix: randomized IP option header in omudpspoof caused problems
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=327
Thanks to Rick Brown for helping to test out the patch.
-- bugfix: DA queue fixed handling of bad queue files
- If old queue files existed, they were not truncated when being reused.
- This could lead to extra data being read from them and in consequence
- data format errors, which could cause trouble to the queue handler.
- bugfix: potential abort if output plugin logged message during shutdown
note that none of the rsyslog-provided plugins does this
Thanks to bodik and Rohit Prasad for alerting us on this bug and