diff options
-rw-r--r-- | ChangeLog | 13 | ||||
-rw-r--r-- | doc/status.html | 8 |
2 files changed, 14 insertions, 7 deletions
@@ -1,5 +1,7 @@ +--------------------------------------------------------------------------- +Version 3.19.4 (rgerhards), 2008-05-27 - implemented x509/certvalid gtls auth mode -- implemented x509/name gtls auth mode +- implemented x509/name gtls auth mode (including wildcards) - changed fingerprint gtls auth mode to new format fingerprint - protected gtls error string function by a mutex. Without it, we could have a race condition in extreme cases. This was very remote, @@ -8,10 +10,15 @@ $ActionSendStreamDriverCertFingerprint is now $ActionSendStreamDriverPermittedPeer and can be used both for fingerprint and name authentication (similar to the input side) ---------------------------------------------------------------------------- -Version 3.19.4 (rgerhards), 2008-05-?? - bugfix: sender information (fromhost et al) was missing in imudp thanks to sandiso for reporting this bug +- this release fully inplements IETF's syslog-transport-tls-12 plus + the latest text changes Joe Salowey provided via email. Not included + is ipAddress subjectAltName authentication, which I think will be + dropped from the draft. I don't think there is any real need for it. +This release also includes all bug fix up to today from the beta +and stable branches. Most importantly, this means the bugfix for +100% CPU utilization by imklog. --------------------------------------------------------------------------- Version 3.19.3 (rgerhards), 2008-05-21 - added ability to authenticate the server against its certificate diff --git a/doc/status.html b/doc/status.html index 9e261e78..f92548c9 100644 --- a/doc/status.html +++ b/doc/status.html @@ -2,12 +2,12 @@ <html><head><title>rsyslog status page</title></head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2008-05-16.</p> +<p>This page reflects the status as of 2008-05-27.</p> <h2>Current Releases</h2> -<p><b>development:</b> 3.19.2 [2008-05-16] - -<a href="http://www.rsyslog.com/Article228.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-105.phtml">download</a> +<p><b>development:</b> 3.19.4 [2008-05-27] - +<a href="http://www.rsyslog.com/Article232.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-req-viewdownloaddetails-lid-108.phtml">download</a> <br><b>beta:</b> 3.17.2 [2008-05-04] - <a href="http://www.rsyslog.com/Article220.phtml">change log</a> - |