X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2357aa78ccd7182cad14307eb89cb1065f078356..564960ff88ddf58b15acad60e3d5d06d84293c6a:/doc/doc-txt/NewStuff?ds=inline diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 478446b41..11004e33a 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -11,6 +11,21 @@ Version 4.96 1. A new ACL condition: seen. Records/tests a timestamp against a key. + 2. A variant of the "mask" expansion operator to give normalised IPv6. + + 3. UTC output option for exim_dumpdb, exim_fixdb. + + 4. An event for failing TLS connects to the daemon. + + 5. The ACL "debug" control gains options "stop", "pretrigger" and "trigger". + + 6. Query-style lookups are now checked for quoting, if the query string is + built using untrusted data ("tainted"). For now lack of quoting is merely + logged; a future release will upgrade this to an error. + + 7. The expansion conditions match_ and inlist now set $value for + the expansion of the "true" result of the ${if}. With a static list, this + can be used for de-tainting. Version 4.95 ------------ @@ -54,7 +69,7 @@ Version 4.95 13. Option "smtp_accept_max_per_connection" is now expanded. -14. Log selector "queue_size_exclusive", enabled by default, to exclude the +14. Log selector "queue_time_exclusive", enabled by default, to exclude the time taken for reception from QT log elements. 15. Main option "smtp_backlog_monitor", to set a level above which listen @@ -67,6 +82,8 @@ Version 4.95 18. TLS ALPN handling. By default, refuse TLS connections that try to specify a non-smtp (eg. http) use. Options for customising. +19. Support for MacOS (darwin) has been dropped. + Version 4.94 ------------