diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-07-01 10:49:01 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-07-01 10:49:01 +0000 |
commit | c58b88df956cd5f2b2febc6c447d8549928b454b (patch) | |
tree | a07c45f931a6db4a4d3375f9cb82e032840bce13 /doc | |
parent | 31c4e00570a5b70163c94c3886244954067988ba (diff) |
Add "b" to calls to fopen() that lack it (for Cygwin's benefit).
Diffstat (limited to 'doc')
-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 b79d62de5..dd2e74280 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.180 2005/06/30 10:01:01 steve Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.181 2005/07/01 10:49:01 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -246,6 +246,9 @@ SC/10 Eximstats: added histograms for user specified patterns as requested SC/11 Eximstats: v1.43 - bugfix for pattern histograms with -h0 specified. +PH/33 Patch from the Cygwin maintainer to add "b" to all occurences of + fopen() in the content-scanning modules that did not already have it. + Exim version 4.51 ----------------- |