diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-06-14 13:27:11 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-06-14 13:27:11 +0000 |
commit | 2b85bce7b396f5bdcb873a9faef7d54ea33ce26f (patch) | |
tree | 08f99c0c2732607a2db6d988d921c1c5f5b51cfd /doc/doc-txt/ChangeLog | |
parent | 85b6260ab044acdf976d2d128cf7639d57c79e75 (diff) |
Export body_linecount and body_zerocount in the local_scan API.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index d3ee4bc16..099f5e0ea 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.510 2007/05/31 12:41:49 magnus Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.511 2007/06/14 13:27:11 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -45,6 +45,9 @@ MH/02 The dsearch lookup now uses lstat(2) instead of stat(2) to look for symlink would fail. Now it is enough that a matching directory entry exists, symlink or not. (Bugzilla 503.) +PH/03 The body_linecount and body_zerocount variables are now exported in the + local_scan API. + Exim version 4.67 ----------------- |