diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-10-06 13:37:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-10-06 13:37:12 +0000 |
commit | 9a2aed7d7ac2f8fbb79fe411b3b01d8a60f0c726 (patch) | |
tree | 3db9f63a9c500220fe9cc34c1fe1fe1d8267f5f1 /RELEASE-NOTES | |
parent | a91a75355d863e6aeb849f0de9169234217990bc (diff) |
Chih-Chung Chang reported that if you use CURLOPT_RESUME_FROM and enabled
CURLOPT_FOLLOWLOCATION, libcurl reported error if a redirect happened even if
the new URL would provide the resumed file. Test case 188 added to verify the
fix (together with existing test 99).
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 7bf65dc02..b1cd98496 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following changes: This release includes the following bugfixes: + o HTTP resume was refused if redirected o configure's gethostbyname check when both nsl and socket libs are required o configure --with-libidn now checks the given path before defaults o a race condition sometimes resulting in CURLE_COULDNT_RESOLVE_HOST in the @@ -63,6 +64,6 @@ advice from friends like these: Tarendash, Daniel at touchtunes, Bertrand Demiddelaer, Andreas Rieke, Jean-Claude Chauve, Dan Fandrich, Peter Sylvester, "Mekonikum", Jean-Philippe Barrette-LaPierre, Günter Knauf, Larry Campbell, Fedor Karpelevitch, - Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob" + Aleksandar Milivojevic, Gisle Vanem, Chris "Bob Bob", Chih-Chung Chang Thanks! (and sorry if I forgot to mention someone) |