summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2015-06-04 20:28:25 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2015-06-04 21:54:52 +0100
commitb3ef41c94af9aefec7b6855cf2ce73ffeaba9d9a (patch)
treeb4a58a99cfca03ab585d109fdf8484bf3b7f87fc /doc/doc-txt
parent93893bd908c58f8d97b1847a5b1f933267de3058 (diff)
TLS authenticator
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog2
-rw-r--r--doc/doc-txt/NewStuff4
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 09f5c6049..a5b490417 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -13,7 +13,7 @@ JH/03 The smtp transport now requests PRDR by default, if the server offers
it.
JH/04 Certificate name checking on server certificates, when exim is a client,
- is now done by default. The transport option tls_verify_cert_hostname
+ is now done by default. The transport option tls_verify_cert_hostnames
can be used to disable this per-host. The build option
EXPERIMENTAL_CERTNAMES is withdrawn.
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 3fe332556..e10a32b3f 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -31,10 +31,12 @@ Version 4.86
9. If built with EXPERIMENTAL_INTERNATIONAL, an expansion item for a commonly
used encoding of Maildir folder names.
-10. A logging option for slow DNS lookups,
+10. A logging option for slow DNS lookups.
11. New ${env {<variable>}} expansion.
+12. A non-SMTP authenticator using information from TLS client certificates.
+
Version 4.85
------------