X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2FREADME.UPDATING;h=db754da408a434654c75627f29f2f15cec62c007;hb=0299eb6ae2f923bd2a4ba8f82fc06e615b99c177;hp=b619f5e03851ff31f94867e721674ed9436ad2a6;hpb=aded22555eeb31bc032f9bc58a83762981a58391;p=exim.git diff --git a/src/README.UPDATING b/src/README.UPDATING index b619f5e03..db754da40 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -25,6 +25,37 @@ there have been two big upheavals... The rest of this document contains information about changes in 4.xx releases that might affect a running system. +Exim version 4.93 +----------------- + +For a detailed list of changes that might affect Exim's operation with +an unchanged configuration, please see the doc/ChangeLog file. + +Build: + + * SUPPORT_DMARC replaces EXPERIMENTAL_DMARC + + * DISABLE_TLS replaces SUPPORT_TLS + + * Bump the version for the local_scan API. + +Runtime: + + * smtp transport option hosts_try_fastopen defaults to "*". + + * DNSSec is requested (not required) for all queries. (This seemes to + ask for trouble if your resolver is a systemd-resolved.) + + * Generic router option retry_use_local_part defaults to "true" under specific + pre-conditions. + + * Introduce a tainting mechanism for values read from untrusted sources. + + * Use longer file names for temporary spool files (this avoids + name conflicts with spool on a shared file system). + + * Use dsn_from main config option (was ignored previously). + Exim version 4.92 -----------------