diff options
author | Phil Pennock <pdp@exim.org> | 2013-03-23 19:46:22 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2013-03-23 19:46:22 -0400 |
commit | 0fbd9bff71b47e3a32e54629c3f67e7eda1812fe (patch) | |
tree | 45fa251f29cdba3c88b2deae8b6dceccbbe3e09f /doc/doc-txt/ChangeLog | |
parent | 26e72755c101f59e24735e9ca9a320d5f1ebc2b7 (diff) |
Rename dns_use_dnssec to dns_dnssec_ok.
This per Tony's suggestion; this makes it clearer that we are merely
setting resolver flags, not performing validation ourselves.
Well, clearer to those who understand DNSSEC. For everyone else,
they'll still be dependent upon a forthcoming new chapter to the
Specification.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index a2e204d34..abaee5659 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -181,6 +181,10 @@ PP/18 OpenSSL made graceful with empty tls_verify_certificates setting. unset was to force an expansion failure. That still works, and an empty string is now equivalent. +PP/19 Renamed DNSSEC-enabling option to "dns_dnssec_ok", to make it + clearer that Exim is using the DO (DNSSEC OK) EDNS0 resolver flag, + not performing validation itself. + Exim version 4.80.1 ------------------- |