summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-06 10:06:14 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-06 10:06:14 +0000
commit31619da69c9e692f006db273d95d20ae279a7d39 (patch)
tree67d73c254bb982193c99cea04915ce28eceb599a /doc
parentc2c19e9d1770ce26d595d9300f1f2e8c68125ba4 (diff)
Show command line arguments in debugging output, even without
log_selector=+arguments.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 22e76ad56..570e23a41 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.111 2005/04/05 15:47:50 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.112 2005/04/06 10:06:14 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -150,6 +150,10 @@ PH/24 The cyrus_sasl authenticator was advertising mechanisms for which it
unavailable mechs specified in the exim configuration are still
caught, and the auth.log warnings about OTP are gone."
+PH/25 When debugging is enabled, the contents of the command line are added
+ to the debugging output, even when log_selector=+arguments is not
+ specified.
+
A note about Exim versions 4.44 and 4.50
----------------------------------------