diff options
author | Phil Pennock <pdp@exim.org> | 2011-04-26 15:02:09 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-04-26 15:02:09 -0400 |
commit | 5ee6f336ce27e7887fdc07ef45e0f3052d3893b0 (patch) | |
tree | a6d6c84a25f16f970070cb5380797d33a7d5aa2c /doc | |
parent | a5b5269546e02d1f2e90000e79df8409d4f269db (diff) |
Cond !bool{}/!bool_lax{} did not negate. Fixed.
Fixes bug: 1104
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index e6684b4e3..7bf9ebbed 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -24,6 +24,9 @@ PP/06 Extra paranoia around buffer usage at the STARTTLS transition. PP/07 Catch divide-by-zero in ${eval:...}. Fixes bugzilla 1102. +PP/08 Condition negation of bool{}/bool_lax{} did not negate. Fixed. + Bugzilla 1104. + Exim version 4.75 ----------------- |