mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 08:30:42 +01:00
preparing for 5.1.4 release
This commit is contained in:
parent
7eb72ef77c
commit
298b6feef1
13
ChangeLog
13
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)
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ(2.61)
|
||||
AC_INIT([rsyslog],[5.1.3],[rsyslog@lists.adiscon.com])
|
||||
AC_INIT([rsyslog],[5.1.4],[rsyslog@lists.adiscon.com])
|
||||
AM_INIT_AUTOMAKE
|
||||
AC_CONFIG_SRCDIR([ChangeLog])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
@ -19,7 +19,7 @@ rsyslog support</a> available directly from the source!</p>
|
||||
<p><b>Please visit the <a href="http://www.rsyslog.com/sponsors">rsyslog sponsor's page</a>
|
||||
to honor the project sponsors or become one yourself!</b> We are very grateful for any help towards the
|
||||
project goals.</p>
|
||||
<p><b>This documentation is for version 5.1.3 (devel branch) of rsyslog.</b>
|
||||
<p><b>This documentation is for version 5.1.4 (devel branch) of rsyslog.</b>
|
||||
Visit the <i><a href="http://www.rsyslog.com/doc-status.html">rsyslog status page</a></i></b>
|
||||
to obtain current version information and project status.
|
||||
</p><p><b>If you like rsyslog, you might
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user