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 /RELEASE-NOTES | |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index a99410c8c..0bb7221c3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -5,7 +5,7 @@ Curl and libcurl 7.16.3 Available command line options: 118 Available curl_easy_setopt() options: 141 Number of public functions in libcurl: 54 - Amount of public web site mirrors: 39 + Amount of public web site mirrors: 38 Number of known libcurl bindings: 35 Number of contributors: 554 @@ -44,6 +44,7 @@ This release includes the following bugfixes: o overwriting an uploaded file with sftp now truncates it first o SFTP quote commands chmod, chown, chgrp can now set a value of 0 o TFTP connect timouts less than 5 seconds + o improved curl -w for TFTP transfers This release includes the following known bugs: |