summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-04-18 16:23:02 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-04-18 16:23:02 +0200
commitdac70ef76e14e677f11579b7d11d13ddd92c25c8 (patch)
tree52caa6e0fc8bd6ef14d3b56839caf0ae537540d8 /ChangeLog
parent838f34dd2bc201b2718e0f94f2e285b3ddb1cc17 (diff)
parent7cb5f0cb8c98408bc46f2c07d8480b70d816de7a (diff)
downloadrsyslog-dac70ef76e14e677f11579b7d11d13ddd92c25c8.tar.gz
rsyslog-dac70ef76e14e677f11579b7d11d13ddd92c25c8.tar.xz
rsyslog-dac70ef76e14e677f11579b7d11d13ddd92c25c8.zip
Merge branch 'v5-stable' into v6-stable
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef6b040f..766e106b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -263,6 +263,10 @@ Version 5.9.0 [V5-DEVEL] (rgerhards), 2011-03-??
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=236
---------------------------------------------------------------------------
Version 5.8.11 [V5-stable] 2012-04-??
+- bugfix: assigned ruleset was lost when using disk queues
+ This looked quite hard to diagnose for disk-assisted queues, as the
+ pure memory part worked well, but ruleset info was lost for messages
+ stored inside the disk queue.
- bugfix: hostname was not requeried on HUP
Thanks to Per Jessen for reporting this bug and Marius Tomaschewski for
his help in testing the fix.