summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-31 14:26:34 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-10-31 14:26:34 +0000
commit0d85fa3fd0f9f036b4ca269a15fce0f0c5348ffe (patch)
tree15bd5ab7acea2209bad04e8a0fa6b3b84c7e822a /doc/doc-txt/ChangeLog
parent7a0743ebc40671a7093c235f7ee7d2030aa75fc3 (diff)
Add warning about missing colon to invalid expansion when it involved
${if def:h_xxx (overlooked previously).
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-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 5f8d427d6..b3ac9316c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.421 2006/10/31 12:16:26 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.422 2006/10/31 14:26:34 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -222,6 +222,10 @@ PH/31 Installed Andrew Findlay's patch to close the writing end of the socket
PH/32 Added some extra debug output when updating a wait-xxx database.
+PH/33 The hint "could be header name not terminated by colon", which has been
+ given for certain expansion errors for a long time, was not being given
+ for the ${if def:h_colon_omitted{... case.
+
Exim version 4.63
-----------------