summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2008-12-12 14:51:47 +0000
committerNigel Metheringham <nigel@exim.org>2008-12-12 14:51:47 +0000
commitb52bc06efc7a59bd262994eda285d2b125b767d7 (patch)
treee19b9d68630eed33d6fca2c1487e0b26cf3eceac /doc
parentcf73943b330a44b8716aa1fcbf649ee1f0fbc67b (diff)
Make whitespace strings compare euqal to zero. fixes: bug #749
Diffstat (limited to 'doc')
-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 1e4774067..dd9352965 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.558 2008/12/12 14:44:25 nm4 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.559 2008/12/12 14:51:47 nm4 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -83,6 +83,9 @@ NM/09 Bugzilla 787: Potential buffer overflow in string_format
NM/10 Bugzilla 770: Problem on some platforms modifying the len parameter to accept()
Patch provided by Maxim Dounin
+NM/11 Bugzilla 749: Preserve old behaviour of blanks comparing equal to zero.
+ Patch provided by Phil Pennock
+
Exim version 4.69
-----------------