summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-06-25 12:53:00 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-06-25 12:53:00 +0200
commitd116f30a877c65b4f23dbb92601251402b0f957e (patch)
tree4670311037ee3862e64260044eaf4599a1ed4856 /ChangeLog
parente56a30372e807019618570ed70874a3389da2ac2 (diff)
downloadrsyslog-d116f30a877c65b4f23dbb92601251402b0f957e.tar.gz
rsyslog-d116f30a877c65b4f23dbb92601251402b0f957e.tar.xz
rsyslog-d116f30a877c65b4f23dbb92601251402b0f957e.zip
improvements/fixes in queue termination timeout handling
- bugfix: subtle (and usually irrelevant) issue in timout processing timeout could be one second too early if nanoseconds wrapped - set a more sensible timeout for shutdow, now 1.5 seconds to complete processing (this also removes those cases where the shutdown message was not written because the termination happened before it)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca1ea10a..0cef1a0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,12 @@ Version 5.1.1 [DEVEL] (rgerhards), 2009-06-??
- bugfix: huge memory leak in queue engine (made rsyslogd unusable in
production). Occured if at least one queue was in direct mode
(the default for action queues)
+- imported many performance optimizations from v4-devel (4.5.0)
+- bugfix: subtle (and usually irrelevant) issue in timout processing
+ timeout could be one second too early if nanoseconds wrapped
+- set a more sensible timeout for shutdow, now 1.5 seconds to complete
+ processing (this also removes those cases where the shutdown message
+ was not written because the termination happened before it)
---------------------------------------------------------------------------
Version 5.1.0 [DEVEL] (rgerhards), 2009-05-29