diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-18 10:32:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-18 10:32:48 +0000 |
commit | 250f9670b72637a2cdca49d6ac5656c6f58235fd (patch) | |
tree | ad5e49e72a94b902a331ef31c79fc26823afb8d8 /CHANGES | |
parent | ed4936fd30122d142e89f11518b2f3bc66fea721 (diff) |
Feng Tu reported that curl -w did wrong on TFTP transfers in
bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the
transfer-related info "variables" were indeed overwritten with zeroes wrongly
and have now been adjusted. The upload size still isn't accurate.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -5,9 +5,16 @@ \___|\___/|_| \_\_____| Changelog +Daniel S (18 May 2007) +- Feng Tu reported that curl -w did wrong on TFTP transfers in + bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the + transfer-related info "variables" were indeed overwritten with zeroes wrongly + and have now been adjusted. The upload size still isn't accurate. + Daniel S (17 May 2007) - Feng Tu pointed out a division by zero error in the TFTP connect timeout code for timeouts less than five seconds, and also provided a fix for it. + Bug report #1715392 (http://curl.haxx.se/bug/view.cgi?id=1715392) Dan F (16 May 2007) - Added support for compiling under Minix 3.1.3 using ACK. |