diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-04 11:16:54 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-04 11:16:54 +0200 |
commit | 44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c (patch) | |
tree | 7e4dd1b1ddcbe155ea5ca202f1ce92849edda884 | |
parent | 887774fc1575f76368b13b9a9e26e344a1f16d45 (diff) | |
download | rsyslog-44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c.tar.gz rsyslog-44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c.tar.bz2 rsyslog-44bdfdcf1d71fe1b5a1bf68a3fd1f476ec95c75c.zip |
prepare for 7.4.2 release
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 8 insertions, 4 deletions
@@ -1,12 +1,16 @@ --------------------------------------------------------------------------- -Version 7.4.2 [v7.4-stable] 2013-06-?? +Version 7.4.2 [v7.4-stable] 2013-07-04 - bugfix: in RFC5425 TLS, multiple wildcards in auth could cause segfault - bugfix: RainerScript object required parameters were not properly checked - this clould result to segfaults on startup if parameters were missing. - bugfix: double-free in omelasticsearch closes: http://bugzilla.adiscon.com/show_bug.cgi?id=461 - Thanks to Marius Ionescu for providing a detailled bug report + a security advisory for this bug is available at: + http://www.lsexperts.de/advisories/lse-2013-07-03.txt + Thanks to Markus Vervier and Marius Ionescu for providing a detailled + bug report. Special thanks to Markus for coordinating his security + advisory with us. - bugfix: omrelp potential segfault at startup on invalid config parameters - bugfix: small memory leak when $uptime property was used - bugfix: potential segfault on rsyslog termination in imudp diff --git a/configure.ac b/configure.ac index a62bc687..db324c7c 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],[7.4.1],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.4.2],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/manual.html b/doc/manual.html index bc57c136..3c0c6ce3 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -19,7 +19,7 @@ professional services</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 7.4.1 (v7.4-stable branch) of rsyslog.</b> +<p><b>This documentation is for version 7.4.2 (v7.4-stable branch) of rsyslog.</b> Visit the <i><a href="http://www.rsyslog.com/status">rsyslog status page</a></i></b> to obtain current version information and project status. </p><p><b>If you like rsyslog, you might |