summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-17 16:12:26 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-17 16:12:26 +0000
commit063b1e99b3c8f8fd646b4db4ad87f36952cc9366 (patch)
tree1a72df4371d4a3f46bb6e4995bf90c93fc8b9c0f /doc/doc-txt/ChangeLog
parent14702f5b13007409b29615f2a2ad1b141a4b9561 (diff)
Allow both strings to be omitted in "${if" expansions: the true value
defaults to "true", which works nicely for "condition" conditions (the false value has always defaulted to "").
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 251de3fd4..59bc0b94c 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.30 2004/11/17 15:21:10 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.31 2004/11/17 16:12:26 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -129,6 +129,11 @@ Exim version 4.44
have increased the buffer size for the ${rfc2047: expansion operator from
1024 to 2048 bytes.
+33. It is now permitted to omit both strings after an "if" condition; if the
+ condition is true, the result is "true". As before, when the second string
+ is omitted, a false condition yields an empty string. This makes it less
+ cumbersome to write custom ACL and router conditions.
+
Exim version 4.43
-----------------