diff options
author | Phil Pennock <pdp@exim.org> | 2011-08-28 16:27:01 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-08-28 16:27:01 -0400 |
commit | ac53fcdaf9c772ee8e70ca4f14ed19b39e12eb68 (patch) | |
tree | 392bda16315e6e80f1aedd03dd0a31efe8ccd23d /doc | |
parent | 555ae6af39312f43b1d38d8da05cf4368b933015 (diff) |
Handle ${run} returning more data than OS pipe buffer size.
Patch from Holger Weiß.
fixes bug 1131
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 a8e886836..23a18cf2f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -104,7 +104,10 @@ PP/06 Stop make process more reliably on build failure. Bugzilla 1087. Patch from Heiko Schlittermann. PP/07 Make maildir_use_size_file an _expandable_ boolean. - Bugzilla 1089. Patch Heiko Schlittermann. + Bugzilla 1089. Patch from Heiko Schlittermann. + +PP/08 Handle ${run} returning more data than OS pipe buffer size. + Bugzilla 1131. Patch from Holger Weiß. Exim version 4.76 |