diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-09 13:36:44 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-04-09 13:36:44 +0200 |
commit | bc471f1d9046bf75a2e27d593ce9b13e4094ffdc (patch) | |
tree | 7ac9b6f0f3e21bba00f86ccf354014c5babc5c15 /ChangeLog | |
parent | 5e4fc93dd523f209f78cef8a231e24975910e5ca (diff) | |
download | rsyslog-bc471f1d9046bf75a2e27d593ce9b13e4094ffdc.tar.gz rsyslog-bc471f1d9046bf75a2e27d593ce9b13e4094ffdc.tar.bz2 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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |