diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-10-14 14:48:40 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-10-14 14:48:40 +0000 |
commit | f3766eb5a200d0deb99dc3f096ced249727940cd (patch) | |
tree | c2cd6bc893834396868c3c821bd1e4faf6747ad5 /doc/doc-txt | |
parent | 36f12725ebda2bfd6ed4fe98b0eeaf1ce01f2604 (diff) |
bool: condition support. fixes: #167
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 944cc6717..e7db60003 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.568 2009/10/14 13:52:48 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.569 2009/10/14 14:48:41 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -105,7 +105,11 @@ NM/17 Changed NOTICE file to remove references to embedded PCRE. NM/18 Bugzilla 894: Fix issue with very long lines including comments in lsearch -NM/18 Bugzilla 745: TLS version reporting +NM/19 Bugzilla 745: TLS version reporting + Patch provided by Phil Pennock + +NM/20 Bugzilla 167: bool: condition support + Patch provided by Phil Pennock Exim version 4.69 |