diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-25 09:05:45 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-09-25 09:05:45 +0000 |
commit | e4b787fac8e07b3fa8918033e8b1928f3bd02742 (patch) | |
tree | 949a46c27dca8a05f3236b47a392e34ed620840f | |
parent | 96d9bdcc09322528b02e471587bf2d4a4ee029d7 (diff) | |
download | rsyslog-e4b787fac8e07b3fa8918033e8b1928f3bd02742.tar.gz rsyslog-e4b787fac8e07b3fa8918033e8b1928f3bd02742.tar.xz rsyslog-e4b787fac8e07b3fa8918033e8b1928f3bd02742.zip |
preparing for 1.19.7 releasev1-19-7
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | doc/status.html | 8 |
2 files changed, 11 insertions, 5 deletions
@@ -1,5 +1,5 @@ --------------------------------------------------------------------------- -Version 1.19.7 (rgerhards), 2007-09-1? +Version 1.19.7 (rgerhards), 2007-09-25 - added code to handle situations where senders send us messages ending with a NUL character. It is now simply removed. This also caused trailing LF reduction to fail, when it was followed by such a NUL. This is now also @@ -8,6 +8,12 @@ Version 1.19.7 (rgerhards), 2007-09-1? counterparts - fixed a minor memory leak that occured when the %APPNAME% property was used (I think nobody used that in practice) +- fixed a bug that caused signal handlers in cvthname() not to be restored when + a malicious pointer record was detected and processing of the message been + stopped for that reason (this should be really rare and can not be related + to the segfault bug we are hunting). +- fixed a bug in cvthname that lead to passing a wrong parameter - in + practice, this had no impact. - general code cleanup (e.g. compiler warnings, comments) --------------------------------------------------------------------------- Version 1.19.6 (rgerhards), 2007-09-11 diff --git a/doc/status.html b/doc/status.html index e7d30f1f..061630f4 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@ </head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-09-11.</p> +<p>This page reflects the status as of 2007-09-25.</p> <h2>Current Releases</h2> -<p><b>development:</b> 1.19.6 - -<a href="http://www.rsyslog.com/Article127.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-58.phtml">download</a></p> +<p><b>development:</b> 1.19.7 - +<a href="http://www.rsyslog.com/Article129.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-59.phtml">download</a></p> <p><b>stable:</b> 1.0.5 - <a href="http://www.rsyslog.com/Article85.phtml">change log</a> - <a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-39.phtml">download</a></p> <p> (<a href="version_naming.html">How are versions named?</a>)</p> |