X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fdoc-txt%2FNewStuff;h=2986b2cdd9ccb7af902293067727eb74e6f99cad;hb=2b68e140a846db4f24f4e29dfa16db73dc35c37f;hp=478446b41f1c0ee859cf65af717ca6def5afb8c6;hpb=2357aa78ccd7182cad14307eb89cb1065f078356;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 478446b41..2986b2cdd 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -11,6 +11,24 @@ 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. + + 8. Recipient verify callouts now set $domain_data & $local_part_data, with + de-tainted values. Version 4.95 ------------ @@ -54,7 +72,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 +85,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 ------------