summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-08-20 09:58:42 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-08-20 09:58:42 +0200
commit298b6feef1a617dcbb650f71a82c6ec1f0bb8dff (patch)
tree855876c2008fce0debf00c2b5fc41447f2391232 /ChangeLog
parent7eb72ef77c8acbcc3d80644b9d3c5f15b44a9930 (diff)
downloadrsyslog-298b6feef1a617dcbb650f71a82c6ec1f0bb8dff.tar.gz
rsyslog-298b6feef1a617dcbb650f71a82c6ec1f0bb8dff.tar.xz
rsyslog-298b6feef1a617dcbb650f71a82c6ec1f0bb8dff.zip
preparing for 5.1.4 releasev5.1.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bb22bb91..a97135c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
---------------------------------------------------------------------------
-Version 5.1.4 [DEVEL] (rgerhards), 2009-07-??
+Version 5.1.4 [DEVEL] (rgerhards), 2009-08-20
+- 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
- bugfix: discard action did not work (did not discard messages)
- bugfix: discard action caused segfault
- bugfix: potential segfault in output file writer (omfile)