diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-06-18 13:57:49 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-06-18 13:57:49 +0000 |
commit | 6c512171a8449f14cc284e13aabc0153d9977c43 (patch) | |
tree | abb960215b47568d9dc6da67ab39fcf172b9219b /doc/doc-txt/ChangeLog | |
parent | 93655c46a6d1c1931c50fe6e17fd711578d4f07e (diff) |
Add client_condition to authenticators.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 6a8e4d1e1..cd802708e 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.512 2007/06/14 14:18:19 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.513 2007/06/18 13:57:49 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -50,6 +50,13 @@ PH/03 The body_linecount and body_zerocount variables are now exported in the PH/04 Added the $dnslist_matched variable. +PH/05 Unset $tls_cipher and $tls_peerdn before making a connection as a client. + This means they are set thereafter only if the connection becomes + encrypted. + +PH/06 Added the client_condition to authenticators so that some can be skipped + by clients under certain conditions. + Exim version 4.67 ----------------- |