X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FREADME.UPDATING;h=590642f3e569e2047f8b4dbe66e4a8059ef4d120;hb=1cf59ee7f68960237ad5cd3d599512fdbe5b3954;hp=62652e7000a417a01b16225c28fbc377973e0e21;hpb=2519e60d2f6124589a6a5b922dd9ae6bcb6f6588;p=exim.git diff --git a/src/README.UPDATING b/src/README.UPDATING index 62652e700..590642f3e 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -26,6 +26,21 @@ The rest of this document contains information about changes in 4.xx releases that might affect a running system. +Exim version 4.83 +----------------- + + * SPF condition results renamed "permerror" and "temperror". The old + names are still accepted for back-compatability, for this release. + + * TLS details are now logged on rejects, subject to log selectors. + + * Items in headers_remove lists must now have any embedded list-separators + doubled. + + * Attempted use of the deprecated options "gnutls_require_kx" et. al. + now result in logged warning. + + Exim version 4.82 -----------------