X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2FREADME.UPDATING;h=8cb59e91e4c3a708652a4e3e9c5f395d00342dcb;hb=109ad60f4d0f4cf43d9dec72fc6eeb3c20d0f062;hp=590642f3e569e2047f8b4dbe66e4a8059ef4d120;hpb=c50e5871c141ea24777fc916de1fc0cb2e96c37d;p=user%2Fhenk%2Fcode%2Fexim.git 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 -----------------