diff options
author | Phil Pennock <pdp@exim.org> | 2016-10-23 21:59:30 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2016-10-23 21:59:30 -0400 |
commit | f59aaaaa6e9a836732363378bc0c8ffa6df5a853 (patch) | |
tree | 27d6250ec3b1bf7a14eba998546578d3d99a8c53 /src | |
parent | cb340d8d9746cdaab9ebe2eb5c1e72b4e29dd24e (diff) |
Update README.UPDATING; fix typos in ChangeLog/NewStuff
Diffstat (limited to 'src')
-rw-r--r-- | src/README.UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/README.UPDATING b/src/README.UPDATING index 590642f3e..8cb59e91e 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -26,6 +26,17 @@ The rest of this document contains information about changes in 4.xx releases that might affect a running system. +Exim version 4.88 +----------------- + + * The "demime" ACL condition, deprecated for the past 10 years, has + now been removed. + + * Old GnuTLS configuration options "gnutls_require_kx", "gnutls_require_mac", + and "gnutls_require_protocols" have now been removed. (Inoperative from + 4.80, per below; logging warnings since 4.83, again per below). + + Exim version 4.83 ----------------- |