Gitweb:
https://git.exim.org/exim.git/commitdiff/885bb037cb791e057de2105bb3790c6135914c62
Commit: 885bb037cb791e057de2105bb3790c6135914c62
Parent: a47dd4d0a300c551e83e57064e1578d09e453ede
Author: Heiko Schlittermann (HS12-RIPE) <hs@???>
AuthorDate: Sun Dec 8 13:32:22 2019 +0100
Committer: Heiko Schlittermann (HS12-RIPE) <hs@???>
CommitDate: Sun Dec 8 13:53:48 2019 +0100
Update README.UPDATING to reflect the major changes for 4.93
---
src/README.UPDATING | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/src/README.UPDATING b/src/README.UPDATING
index b619f5e..db754da 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
-----------------