summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2010-06-07 08:23:20 +0000
committerPhil Pennock <pdp@exim.org>2010-06-07 08:23:20 +0000
commit6a8de8541c16d12eceab2c6610cd209e7641217a (patch)
treeab3754913669353b7a6292e51cfabedae8fd7ad5 /doc/doc-txt/ChangeLog
parent532be4499552dfab0e3173f7d3e85c81e1496147 (diff)
Added bool_lax{} expansion operator, which uses Router condition logic to
determine whether or not a string is true. Switch the multiple-condition logic to use bool_lax{}. Add note where we combine multiple conditions regarding the memory leak.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 65d5d2dc9..e2904ba48 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.628 2010/06/07 07:09:10 pdp Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.629 2010/06/07 08:23:20 pdp Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -46,6 +46,9 @@ 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{}.
+
Exim version 4.72
-----------------