diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 19:44:31 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-01 19:54:04 +0100 |
commit | 7d8d08c484958a90f5d5744894b9bc2f723bee4e (patch) | |
tree | d829ba1558ceb4371d0f38a76d6717bcdca84e7d /doc | |
parent | 2944124ccb62cbf64e44bc8e0894fb30307514da (diff) |
Support TTL from SOA for NXDOMAIN & NODATA cache entries. Bug 1395
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 158871bed..1ce151fa9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -17,9 +17,6 @@ JH/02 OpenSSL: Suppress the sending of (stateful) TLS1.3 session tickets. JH/03 Debug output for ACL now gives the config file name and line number for each verb. -HS/01 Fix handling of very log lines in -H files. If a -<key> <value> - line caused the extension of big_buffer, the following lines where - ignored. JH/04 The default received_header_text now uses the RFC 8314 tls cipher clause. @@ -73,10 +70,10 @@ HS/01 Bug 2390: Use message_id for tempfile creation to avoid races in a systems which restrict the file name length to lower values. (It was "hdr.$pid".) -HS/01 Bug 2390: Use message_id for tempfile creation to avoid races in a +HS/02 Bug 2390: Use message_id for tempfile creation to avoid races in a shared (NFS) environment. -HS/02 Bug 2392: exigrep does case sensitive *option* processing (as it +HS/03 Bug 2392: exigrep does case sensitive *option* processing (as it did for all versions <4.90). Notably -M, -m, --invert, -I may be affected. @@ -176,6 +173,14 @@ JH/36 Have the general router option retry_use_local_part default to true when JH/37 Appendfile: when evaluating quota use (non-quota_size_regex) take the file link count into consideration. +HS/04 Fix handling of very log lines in -H files. If a -<key> <value> line + caused the extension of big_buffer, the following lines were ignored. + +JH/38 Bug 1395: Teach the DNS negative-cache about TTL value from the SOA in + accordance with RFC 2308. Previously there was no expiry, so a longlived + receive process (eg. due to ACL delays) versus a short SOA value could + surprise. + Exim version 4.92 ----------------- |