diff options
author | Tom Kistner <tom@duncanthrax.net> | 2005-06-27 18:34:35 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2005-06-27 18:34:35 +0000 |
commit | b0d9fc80b2ed4ceb04e2ba71921ded510f167a70 (patch) | |
tree | 4937fc8ff81408720bc9dff947afd6d7d09c2408 | |
parent | 8ff3788cdba63b1ef90132a3b62aafe1232ce438 (diff) |
TK10/11/12
-rw-r--r-- | doc/doc-txt/ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index fe365b8d4..a0d7b39cf 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.174 2005/06/27 14:29:43 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.175 2005/06/27 18:34:35 tom Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -210,6 +210,15 @@ PH/30 Exim's DNS code uses the original T_xxx names for DNS record times. These ones like T_AAAA, and defining it itself. I've added checks for all the record types that Exim uses. +TK/10 Domainkeys: Fix a bug in verification that caused a crash in conjunction + with a change in libdomainkeys > 0.64. + +TK/11 Domainkeys: Change the logic how the "testing" policy flag is retrieved + from DNS. If the selector record carries the flag, it now has + precedence over the domain-wide flag. + +TK/12 Cleared some compiler warnings related to SPF, SRS and DK code. + Exim version 4.51 |