summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-05-03 12:27:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-05-03 12:27:49 +0200
commit1bfaf4ac06e82c0e4008a2b851043a09aee1a2e3 (patch)
tree135a4da70f0efb7bb7710c6b01591f9dff14b708 /ChangeLog
parent415b95cf453403f726f654cbc03ef3984446a870 (diff)
downloadrsyslog-1bfaf4ac06e82c0e4008a2b851043a09aee1a2e3.tar.gz
rsyslog-1bfaf4ac06e82c0e4008a2b851043a09aee1a2e3.tar.xz
rsyslog-1bfaf4ac06e82c0e4008a2b851043a09aee1a2e3.zip
better handling of queue i/o errors in disk queues.
This is kind of a bugfix, but a very intrusive one, thus it goes into the devel version first. Right now, "file not found" is handled and leads to the new emergency mode, in which disk action is stopped and the queue run in direct mode. An error message is emited if this happens.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4fe37a6..dde6f77a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@ Version 5.9.0 [V5-DEVEL] (rgerhards), 2011-03-??
nobody still depends on it (and, if so, they lost...).
- bugfix: pipes not opened in full priv mode when privs are to be dropped
- this begins a new devel branch for v5
+- better handling of queue i/o errors in disk queues. This is kind of a
+ bugfix, but a very intrusive one, this it goes into the devel version
+ first. Right now, "file not found" is handled and leads to the new
+ emergency mode, in which disk action is stopped and the queue run
+ in direct mode. An error message is emited if this happens.
- added support for user-level PRI provided via systemd
- added new config directive $InputTCPFlowControl to select if tcp
received messages shall be flagged as light delayable or not.