diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 12:07:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-27 12:07:14 +0000 |
commit | 7b7db23633626d4ad60ab282e93ff28d029cd4e7 (patch) | |
tree | 2b869464b7c4e988e67a04e4efc1bf3744e04dff /RELEASE-NOTES | |
parent | 794b4da840852ef7ad6c25ac3f6b1e2f8284dbc3 (diff) |
- Senthil Raja Velu reported a problem when CURLOPT_INTERFACE and
CURLOPT_LOCALPORT were used together (the local port bind failed), and
Markus Koetter provided the fix!
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 a65fb2bee..744569586 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,6 +45,7 @@ This release includes the following bugfixes: o CURLINFO_CONTENT_LENGTH_DOWNLOAD and CURLINFO_CONTENT_LENGTH_UPLOAD are -1 if unknown o Negotiate proxy authentication + o CURLOPT_INTERFACE and CURLOPT_LOCALPORT used together This release includes the following known bugs: @@ -57,6 +58,7 @@ advice from friends like these: Peter Sylvester, Chad Monroe, Markus Moeller, Yang Tse, Scott Cantor, Patrick Scott, Hidemoto Nakada, Jocelyn Jaubert, Andre Guibert de Bruet, Kamil Dudka, Patrik Thunstrom, Linus Nielsen Feltzing, Mark Incley, - Daniel Johnson, James Cheng, Brian J. Murrell + Daniel Johnson, James Cheng, Brian J. Murrell, Senthil Raja Velu, + Markus Koetter Thanks! (and sorry if I forgot to mention someone) |