diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-04 11:31:58 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-04 11:31:58 +0200 |
commit | 4a8a1444d26b3a9c488acaf838e34763f45cbeb9 (patch) | |
tree | 2ba5810de476a7cacb21e3697363d632122e8620 | |
parent | b81919fe9c2b427735339faad5a0879039041f13 (diff) | |
parent | 114e996c35e1101cba68f799595761e1f4c3d1ab (diff) | |
download | rsyslog-4a8a1444d26b3a9c488acaf838e34763f45cbeb9.tar.gz rsyslog-4a8a1444d26b3a9c488acaf838e34763f45cbeb9.tar.bz2 rsyslog-4a8a1444d26b3a9c488acaf838e34763f45cbeb9.zip |
Merge branch 'v7-stable'
Conflicts:
ChangeLog
configure.ac
doc/manual.html
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -42,14 +42,18 @@ Version 7.5.0 [devel] 2013-06-11 connections Thanks to Axel Rau for the patch. --------------------------------------------------------------------------- -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 @@ -63,6 +67,7 @@ Version 7.4.2 [v7.4-stable] 2013-06-?? closes: http://bugzilla.adiscon.com/show_bug.cgi?id=457 closes: http://bugzilla.adiscon.com/show_bug.cgi?id=458 Thanks to Christiano for reproting and suggesting patches +- solved build problems on CENTOS5 --------------------------------------------------------------------------- Version 7.4.1 [v7.4-stable] 2013-06-17 - imjournal: add ratelimiting capability |