Observability: listen queue backlog
[exim.git] / doc / doc-txt / NewStuff
index abbcf4c6c4c0f09dd3c3f8d8ca0a2dc7e4d8f061..c5a70da539d3c7f7b8fb1b4fbdc1d132bc3b44ec 100644 (file)
@@ -38,6 +38,21 @@ 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.
+
+14. Log selector "queue_size_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 abve which listen
+    socket backlogs are logged.
 
 Version 4.94
 ------------