diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-02-18 23:02:42 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-02-18 23:02:42 +0000 |
commit | cbf58d88d0a84042d9dd8a7a6b1644f15242cf02 (patch) | |
tree | d20bcd5dc3bf9312c48832d182adbfc029e8792e /RELEASE-NOTES | |
parent | 300cbc2e214c6af0a122fc13d2132642f21df8db (diff) | |
download | curl-cbf58d88d0a84042d9dd8a7a6b1644f15242cf02.tar.gz |
- Jeff Pohlmeyer identified two problems: first a rather obscure problem with
the multi interface and connection re-use that could make a
curl_multi_remove_handle() ruin a pointer in another handle.
The second problem was less of an actual problem but more of minor quirk:
the re-using of connections wasn't properly checking if the connection was
marked for closure.
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 b19c551e7..59796b20a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -23,6 +23,7 @@ This release includes the following bugfixes: o socks5 works o builds fine with VC2005 o CURLOPT_RANGE set to NULL resets the range for FTP + o curl_multi_remove_handle() rare crash This release includes the following known bugs: @@ -40,6 +41,7 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Yang Tse, Manfred Schwarb, Michael Wallner, Jeff Pohlmeyer, Shmulik Regev, - Rob Crittenden, Robert A. Monat, Duncan Mac-Vicar Prett, Michal Marek + Rob Crittenden, Robert A. Monat, Dan Fandrich, Duncan Mac-Vicar Prett, + Michal Marek Thanks! (and sorry if I forgot to mention someone) |