diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-24 15:57:02 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-05-24 15:57:02 +0100 |
commit | 01603eec64d42431f182b33008206facfc7f800e (patch) | |
tree | 2ad67cd6c3879a31582535f4446e4f080caf6d91 /doc/doc-txt/ChangeLog | |
parent | feb5343a10a0c6526c3a9a08bb4d57cf6eafa289 (diff) |
TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 789593ab3..73ed33e86 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -108,8 +108,14 @@ JH/21 The smtp transport option "hosts_noproxy_tls" is now unset by default. not do so. JH/22 The smtp transport option "hosts_try_dane" now enables all hosts by - default. If built with the facility, DANE will be used. The facility is - now enabled in the prototype build Makefile "EDITME". + default. If built with the facility, DANE will be used. The facility + SUPPORT_DANE is now enabled in the prototype build Makefile "EDITME". + +JH/23 The build default is now for TLS to be included; the SUPPORT_TLS define + is replaced with DISABLE_TLS. You must still, unless you define + DISABLE_TLS, manage the choice of TLS library and the include-dir and + library-file requirements that go with that choice. Non-TLS builds + are still supported. |