summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-27 15:22:29 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-27 15:22:29 +0200
commit0e03445b1f1788e632d5ae91b55bd4e73dbea48c (patch)
tree697740cee3227d8cba6f6c32fececb27eaedd1f5 /ChangeLog
parentcd2cee6de2f44dbaa2097f423b9ef2738dd3a005 (diff)
downloadrsyslog-0e03445b1f1788e632d5ae91b55bd4e73dbea48c.tar.gz
rsyslog-0e03445b1f1788e632d5ae91b55bd4e73dbea48c.tar.xz
rsyslog-0e03445b1f1788e632d5ae91b55bd4e73dbea48c.zip
finalized 3.19.4v3.19.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 10 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 5dab851f..c1efeffd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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