diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-20 21:54:00 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-20 21:54:00 +0000 |
commit | b132e865b9940bc65407da8365eccc2e37ed1016 (patch) | |
tree | fab0a649c73b50db4110b817cddadc87ccff3401 /RELEASE-NOTES | |
parent | 77431568d226b41831814f52a998ae0f30eeb33f (diff) |
Based on a patch by Christian Vogt, the FTP code now sets the upcoming
download transfer size much earlier to be possible to get read with
CURLINFO_CONTENT_LENGTH_DOWNLOAD as soon as possible.
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 07be474ae..6267f88f2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: o SCP and SFTP support now requires libssh2 0.16 or later o LDAP libraries are now linked "regularly" and not with dlopen o HTTP transfers have the download size info "available" earlier + o FTP transfers have the download size info "available" earlier This release includes the following bugfixes: @@ -66,6 +67,7 @@ advice from friends like these: Daniel Cater, Colin Hogben, Jofell Gallardo, Daniel Johnson, Ralf S. Engelschall, James Housley, Chris Flerackers, Patrick Monnerat, Jayesh A Shah, Greg Zavertnik, Peter O'Gorman, Greg Morse, Dmitriy Sergeyev, - Scott Cantor, Allen Pulsifer, Andrew Wansink, Robson Braga Araujo + Scott Cantor, Allen Pulsifer, Andrew Wansink, Robson Braga Araujo, + Christian Vogt Thanks! (and sorry if I forgot to mention someone) |