diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-02 09:25:54 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-10-02 09:25:54 +0200 |
commit | 4c8546fd6fb56d5439edb5a098c8f82bc8fc36aa (patch) | |
tree | 428ea3bdbdeccdf405872c9a77df9be5fa0c5a70 | |
parent | f771764fab64ff1a31d73fadd9934f4316bb099c (diff) | |
download | rsyslog-4c8546fd6fb56d5439edb5a098c8f82bc8fc36aa.tar.gz rsyslog-4c8546fd6fb56d5439edb5a098c8f82bc8fc36aa.tar.xz rsyslog-4c8546fd6fb56d5439edb5a098c8f82bc8fc36aa.zip |
bumped version number
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 9 insertions, 2 deletions
@@ -1,4 +1,11 @@ --------------------------------------------------------------------------- +Version 4.5.6 [v4-beta] (rgerhards), 2009-09-?? +- included some important fixes from v4-stable: + * bugfix: invalid handling of zero-sized messages + * bugfix: zero-sized UDP messages are no longer processed + * bugfix: random data could be appended to message + * bugfix: reverse lookup reduction logic in imudp do DNS queries too often +--------------------------------------------------------------------------- Version 4.5.5 [v4-beta] (rgerhards), 2009-09-?? - added $InputTCPServerNotifyOnConnectionClose config directive see doc for details diff --git a/configure.ac b/configure.ac index 914969c1..39e78d24 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[4.5.5],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[4.5.6],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([ChangeLog]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/manual.html b/doc/manual.html index 2d4b4390..e6935d50 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -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 4.5.5 (v4-beta branch) of rsyslog.</b> +<p><b>This documentation is for version 4.5.6 (v4-beta 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 |