summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-18 11:03:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-18 11:03:32 +0200
commit74042e9602732b1694712fadab87d0988fdd777a (patch)
treed42768c799b7c13b99a6886781bb2e1ff2d622b9 /ChangeLog
parent2f8330f31735e653381bda897cb359e319f9c43f (diff)
parentac05d140f1bd5c94633598415b7a51f70562249b (diff)
downloadrsyslog-74042e9602732b1694712fadab87d0988fdd777a.tar.gz
rsyslog-74042e9602732b1694712fadab87d0988fdd777a.tar.xz
rsyslog-74042e9602732b1694712fadab87d0988fdd777a.zip
Merge branch 'beta'
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fbd05616..f0018e74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -80,10 +80,14 @@ Version 4.5.2 [DEVEL] (rgerhards), 2009-07-??
- legacy syslog parser changed so that it now accepts date stamps in
wrong case. Some devices seem to create them and I do not see any harm
in supporting that.
+- added $InputTCPMaxListeners directive - permits to specify how many
+ TCP servers shall be possible (default is 20).
- bugfix: memory leak with some input modules. Those inputs that
use parseAndSubmitMsg() leak two small memory blocks with every message.
Typically, those process only relatively few messages, so the issue
does most probably not have any effect in practice.
+- bugfix: if tcp listen port could not be created, no error message was
+ emitted
---------------------------------------------------------------------------
Version 4.5.1 [DEVEL] (rgerhards), 2009-07-15
- CONFIG CHANGE: $HUPisRestart default is now "off". We are doing this