summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-21 00:20:37 -0400
committerPhil Pennock <pdp@exim.org>2012-05-21 00:20:37 -0400
commit9d26b8c05f5308b474b560fa2a8a1046e2f5c1b6 (patch)
tree44575e953c03cb8815ca96a06b0c1f2fc5bc9f59 /doc
parent1d7a353eb367991d8de63c32efa64f8224f3089f (diff)
features.h; tls_validate_require_cipher: log flag & testsexim-4_80_RC3
Pull in <features.h> on Linux. Switch readconf log from D_all (bug) to D_tls (though D_any would have worked). Modified runtest to handle clamped DH bits and tls_validate_require_cipher added debug logging.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 23c727c92..8c7dc7230 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -146,6 +146,9 @@ PP/34 Validate tls_require_ciphers on startup, since debugging an invalid
relatively easy to get wrong. Should also expose TLS library linkage
problems.
+PP/35 Pull in <features.h> on Linux, for some portability edge-cases of
+ 64-bit ${eval} (JH/03).
+
Exim version 4.77
-----------------