From 710ee3b0e0858a3ee8283fd1de1bc35f24c2bb5b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Aug 2005 14:41:09 +0000 Subject: Norbert Novotny had problems with FTPS and he helped me work out a patch that made curl run fine in his end. The key was to make sure we do the SSL/TLS negotiation immediately after the TCP connect is done and not after a few other commands have been sent like we did previously. I don't consider this change necessary to obey the standards, I think this server is pickier than what the specs allow it to be, but I can't see how this modified libcurl code can add any problems to those who are interpreting the standards more liberally. --- RELEASE-NOTES | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index adad93014..7ff1fbb58 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -7,10 +7,11 @@ Curl and libcurl 7.14.1 Number of public functions in libcurl: 46 Amount of public web site mirrors: 25 Number of known libcurl bindings: 31 - Number of contributors: 437 + Number of contributors: 447 This release includes the following changes: + o negotiates data connection SSL earlier when doing FTPS with PASV o CURLOPT_COOKIELIST and CURLINFO_COOKIELIST o trailer support for chunked encoded data streams o -x/CURL_PROXY strings may now contain user+password @@ -60,6 +61,7 @@ advice from friends like these: John McGowan, Georg Wicherski, Andres Garcia, Eric Cooper, Todd Kulesza, Tupone Alfredo, Gisle Vanem, David Shaw, Andrew Bushnell, Dan Fandrich, Adrian Schuur, Diego Casorran, Peteris Krumins, Jon Grubbs, Christopher - R. Palmer, Mario Schroeder, Richard Clayton, James Bursa, Jeff Pohlmeyer + R. Palmer, Mario Schroeder, Richard Clayton, James Bursa, Jeff Pohlmeyer, + Norbert Novotny Thanks! (and sorry if I forgot to mention someone) -- cgit v1.2.3