summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2017-06-27 14:36:53 -0400
committerPhil Pennock <pdp@exim.org>2017-06-27 14:36:53 -0400
commit8e041ae0290357eb556bc0692a9fa85bb77bd815 (patch)
tree88152b2da08a537e71b492eb0a682ba49cc7b09e /doc
parent1ad15bb038369d6dad7cfbe77b17a740ade2fd1b (diff)
Fix ChangeLog notice re manualroute option ordering
We do *NOT* permit options before hostnames. It's always hostnames before options. It's _within_ the options that the use of a transport name as an option name had been accidentally constrained to come last, which was then fixed in commit 833c70bc. I goofed in describing this.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 03ec157ec..05931dca1 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -109,7 +109,8 @@ JH/15 Fix a crash in the smtp transport caused when two hosts in succession
JH/16 Fix logging of delivery remote port, when specified by router, under
callout/hold.
-PP/06 Repair manualroute's ability to take options before hostnames.
+PP/06 Repair manualroute's ability to take options in any order, even if one
+ is the name of a transport.
Fixes bug 2140.