summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-09 13:36:44 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-09 13:36:44 +0200
commitbc471f1d9046bf75a2e27d593ce9b13e4094ffdc (patch)
tree7ac9b6f0f3e21bba00f86ccf354014c5babc5c15 /ChangeLog
parent5e4fc93dd523f209f78cef8a231e24975910e5ca (diff)
downloadrsyslog-bc471f1d9046bf75a2e27d593ce9b13e4094ffdc.tar.gz
rsyslog-bc471f1d9046bf75a2e27d593ce9b13e4094ffdc.tar.xz
rsyslog-bc471f1d9046bf75a2e27d593ce9b13e4094ffdc.zip
bugfix: $InputTCPMaxSessions config directive was accepted, but not honored
This resulted in a fixed upper limit of 200 connections.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8726be28..854195c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 3.20.6 [v3-stable] (rgerhards), 2009-04-??
+- bugfix: $InputTCPMaxSessions config directive was accepted, but not
+ honored. This resulted in a fixed upper limit of 200 connections.
+---------------------------------------------------------------------------
Version 3.20.5 [v3-stable] (rgerhards), 2009-04-02
- bugfix: potential abort with DA queue after high watermark is reached
There exists a race condition that can lead to a segfault. Thanks