summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-12-17 09:39:59 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-12-17 10:16:34 +0000
commit958af3bdb77dc5c190b7f5117c68d2b0acd7b5bc (patch)
tree0d2b074193dc3d21e05af6cb8f49c72c4dbc53f7 /doc/doc-txt/ChangeLog
parent183389fae10672e8d5ffb1f14f23a179798f483a (diff)
Remove the X_ prefix from the PIPE_CONNECT SMTP service extension keyword.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 39136ea7e..f2d34e84d 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -150,6 +150,12 @@ JH/30 Bug 2677: fix matching of long addresses. Since 4.93 a limit of 256 was
a header. Fix by increaing the arbitrary limit to larger than a single
(dewrapped) 5322 header line maximum size.
+JH/31 The ESMTP option name advertised for the SUPPORT_EARLY_PIPE build option
+ is changed from X_PIPE_CONNECT to PIPE_CONNECT. This is in line with
+ RFC 6648 which deprecates X- options in protocols as a general practice.
+ Changeover between the implementations is handled by the mechanisms
+ alrready coded.
+
Exim version 4.94
-----------------