diff options
author | Phil Pennock <pdp@exim.org> | 2010-06-07 08:42:15 +0000 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2010-06-07 08:42:15 +0000 |
commit | 71265ae92dbf3153c8d4803d1621a5aad70250ef (patch) | |
tree | c59ddcb5d3106f3e99e95b25ae1bc8ee51bd325d /doc/doc-txt/ChangeLog | |
parent | 6a8de8541c16d12eceab2c6610cd209e7641217a (diff) |
Both bool{} and bool_lax{} should ignore trailing whitespace.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e2904ba48..9f4a63470 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.629 2010/06/07 08:23:20 pdp Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.630 2010/06/07 08:42:15 pdp Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -47,7 +47,8 @@ PP/14 Build without WITH_CONTENT_SCAN. Path from Andreas Metzler. PP/15 Bugzilla 816: support multiple condition rules on Routers. PP/16 Add bool_lax{} expansion operator and use that for combining multiple - condition rules, instead of bool{}. + condition rules, instead of bool{}. Make both bool{} and bool_lax{} + ignore trailing whitespace. Exim version 4.72 |