diff options
author | Tom Kistner <tom@duncanthrax.net> | 2009-10-16 07:35:42 +0000 |
---|---|---|
committer | Tom Kistner <tom@duncanthrax.net> | 2009-10-16 07:35:42 +0000 |
commit | 2eda48c66d8da0bceb347f94fb60dc98b5cadb54 (patch) | |
tree | fe7c2c9692731650b0180e1fe44d253fe6970477 | |
parent | 593cc78019ceb7c36b301536a06c114fc78926ad (diff) |
Brush up README.UPDATING
-rw-r--r-- | src/README.UPDATING | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/README.UPDATING b/src/README.UPDATING index fc0298501..e81f01c13 100644 --- a/src/README.UPDATING +++ b/src/README.UPDATING @@ -1,4 +1,4 @@ -$Cambridge: exim/src/README.UPDATING,v 1.16 2007/06/20 14:19:23 ph10 Exp $ +$Cambridge: exim/src/README.UPDATING,v 1.17 2009/10/16 07:35:42 tom Exp $ This document contains detailed information about incompatibilities that might be encountered when upgrading from one release of Exim to another. The @@ -27,6 +27,17 @@ there have been two big upheavals... The rest of this document contains information about changes in 4.xx releases that might affect a running system. +Exim version 4.70 +----------------- + +1. Experimental Yahoo! Domainkeys support has been dropped in this release. +It has been superceded by a native implementation of its successor DKIM. + +2. Up to version 4.69, Exim came with an embedded version of the PCRE library. +As of 4.70, this is no longer the case. To compile Exim, you will need PCRE +installed. Most OS distributions have ready-made library and develoment +packages. + Exim version 4.68 ----------------- |