From: Phil Pennock Date: Tue, 27 Jun 2017 18:36:53 +0000 (-0400) Subject: Fix ChangeLog notice re manualroute option ordering X-Git-Tag: exim-4_90_RC1~127 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=8e041ae0290357eb556bc0692a9fa85bb77bd815 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. --- 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.