diff options
author | Nigel Metheringham <nigel@exim.org> | 2008-01-17 12:56:12 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2008-01-17 12:56:12 +0000 |
commit | 210f147e47759d98c1220a6c3b8bf185743a31df (patch) | |
tree | caa93511a8fc82791d04b4739414699b3b002814 /doc/doc-txt | |
parent | 8eb9f5bd19da786f304f79b8f24381bbb4829310 (diff) |
PCRE documentation changes. Fixes #657
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 3d9be185f..6891c5f3b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,8 +1,16 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.536 2007/11/12 13:02:19 nm4 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.537 2008/01/17 12:56:13 nm4 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- +Exim version 4.70 +----------------- + +NM/01 Bugzilla 657: Embedded PCRE removed from the exim source tree. + When building exim an external PCRE library is now needed - + PCRE is a system library on the majority of modern systems. + See entry on PCRE_LIBS in EDITME file. + Exim version 4.69 ----------------- |