diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2007-01-16 22:22:10 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-16 22:22:10 +0000 | 
| commit | 385e612fa5b7663fc2bc815677b8c27bec2f0fe4 (patch) | |
| tree | bc211e48b4e8c57bb90090ab78c885ecab0a5496 /RELEASE-NOTES | |
| parent | 1886388791fc658b55cdd45b3062556fde7a1375 (diff) | |
- Armel Asselin improved libcurl to behave a lot better when an easy handle
  doing an FTP transfer is removed from a multi handle before completion. The
  fix also fixed the "alive counter" to be correct on "premature removal" for
  all protocols.
Diffstat (limited to 'RELEASE-NOTES')
| -rw-r--r-- | RELEASE-NOTES | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5f2ec0a70..1aa4c497a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -51,6 +51,8 @@ This release includes the following bugfixes:   o base64 encoding/decoding works on non-ASCII platforms   o large file downloads   o CURLOPT_COOKIELIST set to "ALL" crash + o easy handle removal from multi handle before completion + o TFTP upload memory leak  Other curl-related news: @@ -71,6 +73,7 @@ advice from friends like these:   Matt Witherspoon, Alexey Simak, Martin Skinner, Sh Diao, Jared Lundell,   Stefan Krause, Sebastien Willemijns, Alexey Simak, Brendan Jurd,   Robson Braga Araujo, David McCreedy, Robert Foreman, Nathanael Nerode, - Victor Snezhko, Linus Nielsen Feltzing, Toby Peterson + Victor Snezhko, Linus Nielsen Feltzing, Toby Peterson, Dan Fandrich,  + Armel Asselin          Thanks! (and sorry if I forgot to mention someone)  | 
