diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-05-18 23:14:00 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-05-18 23:14:00 +0200 |
commit | aabd27d9aaefdb1c6f815567c2ff05a4449a36c3 (patch) | |
tree | 99bd7fcec039d69670ac66f148feab8ce867f93e /RELEASE-NOTES | |
parent | dcc061543af355d0b8f30d9bfbbd67ebcb0e5752 (diff) |
TFTP: send timeout option correctly
Eric Mertens posted bug report #3003005 pointing out that the
libcurl TFTP code was not sending the timeout option properly to
the server, and suggested a fix.
(http://curl.haxx.se/bug/view.cgi?id=3003005)
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b73997900..614b47c29 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -30,6 +30,7 @@ This release includes the following bugfixes: o broken CRL support in libcurl-NSS o ignore response-body on redirect even if compressed o OpenSSL handshake state-machine for multi interface + o TFTP timeout option sent correctly This release includes the following known bugs: @@ -40,6 +41,6 @@ advice from friends like these: Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse, Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske, - Pavel Raiskup, John-Mark Bell + Pavel Raiskup, John-Mark Bell, Eric Mertens Thanks! (and sorry if I forgot to mention someone) |