diff options
author | Phil Pennock <pdp@exim.org> | 2010-06-07 07:09:10 +0000 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2010-06-07 07:09:10 +0000 |
commit | 532be4499552dfab0e3173f7d3e85c81e1496147 (patch) | |
tree | 4757d8f0bdb97dfdbf40b176597bbcaca5e304a1 /doc/doc-txt/ChangeLog | |
parent | 73a4670220991e000cc31a60fc90264cf12bd981 (diff) |
Allow Routers to have multiple conditions, IF each one yields a strict bool.
Fixes: #816
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f5fbbd639..65d5d2dc9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.627 2010/06/06 22:46:33 pdp Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.628 2010/06/07 07:09:10 pdp Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -44,6 +44,8 @@ PP/13 Bugzilla 752: Refuse to build/run if Exim user is root/0. PP/14 Build without WITH_CONTENT_SCAN. Path from Andreas Metzler. +PP/15 Bugzilla 816: support multiple condition rules on Routers. + Exim version 4.72 ----------------- |