diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-08-11 21:05:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-08-11 21:05:13 +0000 |
commit | 6d3701318d99f324b4f79246636f1a78cef58286 (patch) | |
tree | a9c3f32ac6ee8a5345ca0db13379ccaebc986285 /RELEASE-NOTES | |
parent | d0edb478964cb5bf7446c34d5ac1e9d34dc5ca63 (diff) |
Allen Pulsifer provided a patch that makes libcurl set the expected download
size earlier when doing HTTP downloads, so that applications and the
progress meter etc know get the info earlier in the flow than before.
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 9de5d7bf6..a50a7315d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following changes: o curl_easy_setopt() now allocates strings passed to it 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 This release includes the following bugfixes: @@ -60,6 +61,6 @@ 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 + Scott Cantor, Allen Pulsifer Thanks! (and sorry if I forgot to mention someone) |