diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-11-14 20:35:54 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-11-14 20:35:54 +0000 |
commit | 7c6d71af3bd2663fed446b87f9231f39e818d93b (patch) | |
tree | a00adbe50a1a0ba3ca0cea1922544c8415f5bcac /doc/doc-txt | |
parent | 9020463873374eb92b17e1f05145a78abaca7279 (diff) |
Changes to work towards a 4.71 release
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index f7035532e..fa71148fa 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,8 +1,14 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.593 2009/11/13 15:58:16 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.594 2009/11/14 20:35:55 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- +Exim version 4.71 +----------------- + +TK/01 Bugzilla 912: Fix DKIM segfault on empty headers/body + + Exim version 4.70 ----------------- diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 583fe92f1..74f31065b 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.159 2008/10/16 07:57:01 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.160 2009/11/14 20:35:55 nm4 Exp $ New Features in Exim -------------------- @@ -8,11 +8,15 @@ Before a formal release, there may be quite a lot of detail so that people can test from the snapshots or the CVS before the documentation is updated. Once the documentation is updated, this file is reduced to a short list. +Version 4.71 +------------ + Version 4.70 ------------ - 1. Preliminary SPF Best Guess support. Documentation for this is in - experimental-spec.txt. + 1. Native DKIM support without an external library. + + 2. Experimental DCC support via dccifd (contributed by Wolfgang Breyha). Version 4.68 |