X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=doc%2Fdoc-txt%2FNewStuff;h=cd1699dc6f11cde7c55083b149707da1f686b50d;hb=725900cda2676bad205fb9ff44e563332766479e;hp=abbcf4c6c4c0f09dd3c3f8d8ca0a2dc7e4d8f061;hpb=7a5018557fc37383a98078d7b826c513c2126c2e;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index abbcf4c6c..cd1699dc6 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -38,6 +38,13 @@ 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. Version 4.94 ------------