summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-04-26 15:02:09 -0400
committerPhil Pennock <pdp@exim.org>2011-04-26 15:02:09 -0400
commit5ee6f336ce27e7887fdc07ef45e0f3052d3893b0 (patch)
treea6d6c84a25f16f970070cb5380797d33a7d5aa2c /doc
parenta5b5269546e02d1f2e90000e79df8409d4f269db (diff)
Cond !bool{}/!bool_lax{} did not negate. Fixed.
Fixes bug: 1104
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
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
-----------------