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 | |
parent | feb5343a10a0c6526c3a9a08bb4d57cf6eafa289 (diff) |
TLS: move from SUPPORT_TLS to DISABLE_TLS macro for the build
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 2 |
2 files changed, 8 insertions, 4 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. diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index c437b38fd..b0ae9c132 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -28,8 +28,6 @@ Version 4.93 8. Expansion operator ${sha2_N:} for N=256, 384, 512. - 9. Build options SUPPORT_DANE and SUPPORT_TLS default to yes - Version 4.92 -------------- |