diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-02-26 22:55:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-02-26 22:55:30 +0000 |
commit | 03a57308b91911cdd91060b237715f0c5fe716da (patch) | |
tree | adf4f819e4d8ead225c05b9831d93045f39c6ae5 /RELEASE-NOTES | |
parent | 507d58435a518e23477c6cd6f655c122bde8b4ac (diff) |
- Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a
chunked-encoding trailer.
http://curl.haxx.se/bug/view.cgi?id=2958474
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c33e6a0ce..b6bd52512 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,7 @@ This release includes the following bugfixes: o SMTP: now waits for 250 after the DATA transfer o SMTP: use angle brackets in RCPT TO o curl --trace-time not using local time + o off-by-one in the chunked encoding trailer parser This release includes the following known bugs: @@ -28,6 +29,7 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager + Steven M. Schweda, Yang Tse, Jack Zhang, Tom Donovan, Martin Hager, + Daniel Fandrich, Patrick Monnerat, Pat Ray Thanks! (and sorry if I forgot to mention someone) |