From: Jeremy Harris Date: Sat, 14 Nov 2015 14:45:23 +0000 (+0000) Subject: Change notes for -bP X-Git-Tag: exim-4_87_RC1~46 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=240c288fabd47aa8daf34c06b77a40fd37add470;hp=ce133ea613d35214340b24a8ef2097e00ddb3678;p=user%2Fhenk%2Fcode%2Fexim.git Change notes for -bP --- diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1096e89c8..742243c2d 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -87,6 +87,9 @@ JH/18 Bug 1709: When built with TLS support, the tls_advertise_hosts option now Packagers of Exim are strongly encouraged to create a server certificate at installation time. +HS/03 Add -bP config_file as a synonym for -bP configure_file, for consistency + with the $config_file variable. + Exim version 4.86 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index ca65c98ea..7e530ce5d 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -24,6 +24,8 @@ Version 4.87 The former operator strips leading zeroes and collapses the longest set of 0-groups to a double-colon. + 5. New "-bP config" support, to dump the effective configuration. + Version 4.86 ------------