summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-09-16 15:13:15 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2017-09-16 15:28:54 +0200
commit2cee425af0f8c425a410ff12a51f05a175a0c80b (patch)
tree04ed08bb40e82234a82d38f62f06c8a16adab38b /doc
parent6c4545562d5b520ad23d9470382dde4b2af9671f (diff)
Provide readn() as a wrapper around read()
This readn() reads all the data requested, even if the writer sends it in smaller chunks.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 79510ff4f..e777a2fb2 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -160,6 +160,9 @@ JH/26 Fix DKIM bug: when the pseudoheader generated for signing was exactly
line, the header hash was calculated to an incorrect value thanks to
the (relaxed) space the fold became.
+HS/02 Fix Bug 2130: large writes from the transport subprocess where chunked
+ and confused the parent.
+
Exim version 4.89
-----------------