summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-18 11:03:22 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-18 11:03:22 +0200
commitac05d140f1bd5c94633598415b7a51f70562249b (patch)
tree826641f943d570b917582f6cf619b4824c777fe6 /ChangeLog
parent8724b28d110106fb08e47433f608220d924a4d8a (diff)
parent224e87be0e57532baa658ec6b9656a879ccc2fa4 (diff)
downloadrsyslog-ac05d140f1bd5c94633598415b7a51f70562249b.tar.gz
rsyslog-ac05d140f1bd5c94633598415b7a51f70562249b.tar.xz
rsyslog-ac05d140f1bd5c94633598415b7a51f70562249b.zip
Merge branch 'v4-devel' into beta
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10d3da0e..b8e884e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,10 +3,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