diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-12 12:48:44 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-10-12 14:55:49 +0100 |
commit | d85cdeb5e554b59bf4c43c54461409c15c6ee9c5 (patch) | |
tree | 2b364b2cd499be85de6a9a90b99c3bc56c4cb808 /doc | |
parent | 4316e9b3b73ac3a042799bf20625dea0d70dde00 (diff) |
Reduce delivery process startup time
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 93f4a1eb2..9a27e144c 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -5,6 +5,14 @@ affect Exim's operation, with an unchanged configuration file. For new options, and new features, see the NewStuff file next to this ChangeLog. +Exim version 4.next +------------------- + +JH/01 Avoid costly startup code when not strictly needed. This reduces time + for some exim process initialisations. It does mean that the logging + of TLS configuration problems is only done for the daemon startup. + + Exim version 4.93 ----------------- |