summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-11-06 18:40:08 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2013-11-06 18:40:08 +0100
commit0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890 (patch)
tree5909b07da1af5dd36ad08971eea18b4b3740f526
parent772cba6f2e34660fa74a7e2f5ec2823a2cdb6b04 (diff)
downloadrsyslog-0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890.tar.gz
rsyslog-0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890.tar.bz2
rsyslog-0a0f68c6fe93519e718d4d10c6cf47a0b3a9b890.zip
doc: mention Pavel's improvement in ChangeLog
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2d5acf1a..a3a47b50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
+---------------------------------------------------------------------------
Version 7.4.7 [v7.4-stable] 2013-11-??
+- worker thread pool handling has been improved
+ Among others, permits pool to actually shrink (was quite hard with
+ previous implementation. This will also improve performance and/or
+ lower system overhead on busy systems.
+ Thanks to Pavel Levshin for the enhancement.
- improved checking of queue config parameters on startup
- bugfix: call to ruleset with async queue did not use the queue
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=443