diff options
author | Phil Pennock <pdp@exim.org> | 2011-11-22 14:14:57 -0500 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2011-11-22 14:14:57 -0500 |
commit | 0599f9cfa6febfb0aa5c106510d72e49e72a65c4 (patch) | |
tree | f80900c6eaf18cfc112d45cbc9e9062705459da8 /doc | |
parent | 6253ef3b6d4f0cf70fdc1418827b84d2cc2897bf (diff) |
Handle short writes on logfiles.
fixes bug 1053
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 1d95772d1..ec6dfcb3f 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,6 +1,14 @@ Change log file for Exim from version 4.21 ------------------------------------------- +Exim version 4.78 +----------------- + +PP/01 Handle short writes when writing local log-files. + In practice, only affects FreeBSD (8 onwards). + Bugzilla 1053, with thanks to Dmitry Isaikin. + + Exim version 4.77 ----------------- |