summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-01 16:51:25 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-01 16:51:25 +0200
commit4cd16cbb2882e249b79a9d32e148663134a85fbe (patch)
treeca9367516729050f915b3e387dd8ed5e18d67b21 /ChangeLog
parentc9043ec3e8e212da53d20b1a70d4c11b52185b92 (diff)
parent288a6e4bc8705d65ac692434dd91a1747bdc015b (diff)
downloadrsyslog-4cd16cbb2882e249b79a9d32e148663134a85fbe.tar.gz
rsyslog-4cd16cbb2882e249b79a9d32e148663134a85fbe.tar.xz
rsyslog-4cd16cbb2882e249b79a9d32e148663134a85fbe.zip
Merge branch 'beta'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8403d549..659e9ca3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -461,6 +461,13 @@ expected that interfaces, even new ones, break during the initial
[ported from v4]
---------------------------------------------------------------------------
Version 5.9.8 [V5-BETA], 2012-05-??
+- bugfix: delayble source could block action queue, even if there was
+ a disk queue associated with it. The root cause of this problem was
+ that it makes no sense to delay messages once they arrive in the
+ action queue - the "input" that is being held in that case is the main
+ queue worker, what makes no sense.
+ Thanks to Marcin for alerting us on this problem and providing
+ instructions to reproduce it.
- bugfix: disk queue was not persisted on shutdown, regression of fix to
http://bugzilla.adiscon.com/show_bug.cgi?id=299
The new code also handles the case of shutdown of blocking light and
@@ -618,6 +625,13 @@ Version 5.9.0 [V5-DEVEL] (rgerhards), 2011-06-08
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=236
---------------------------------------------------------------------------
Version 5.8.12 [V5-stable] 2012-05-??
+- bugfix: delayble source could block action queue, even if there was
+ a disk queue associated with it. The root cause of this problem was
+ that it makes no sense to delay messages once they arrive in the
+ action queue - the "input" that is being held in that case is the main
+ queue worker, what makes no sense.
+ Thanks to Marcin for alerting us on this problem and providing
+ instructions to reproduce it.
- bugfix: disk queue was not persisted on shutdown, regression of fix to
http://bugzilla.adiscon.com/show_bug.cgi?id=299
The new code also handles the case of shutdown of blocking light and