X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/7a5018557fc37383a98078d7b826c513c2126c2e..1cf47989a0376c3f7156c214c1d509d372e4262b:/doc/doc-txt/NewStuff diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index abbcf4c6c..50f7b4357 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -38,6 +38,15 @@ Version 4.95 10. A command-line option to have a daemon not create a notifier socket. +11. Faster TLS startup. When various configuration options contain no + expandable elements, the information can be preloaded and cached rather + than the provious behaviour of always loading at startup time for every + connection. This helps particularly for the CA bundle. + +12. Proxy Protocol Timeout is configurable via "proxy_protocol_timeout" + main config option. + +13. Option "smtp_accept_msx_per_connection" is now expanded. Version 4.94 ------------