]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
New FTP CCC functionality - adds passive and active mode to accomodate for different...
authorLinus Nielsen Feltzing <linus@haxx.se>
Tue, 20 Feb 2007 22:08:50 +0000 (22:08 +0000)
committerLinus Nielsen Feltzing <linus@haxx.se>
Tue, 20 Feb 2007 22:08:50 +0000 (22:08 +0000)
RELEASE-NOTES
docs/KNOWN_BUGS

index fc40b2dd1b0fb885b04bf6477e0f1413074a0c6f..dd1e7955ccfbe1aa8732cd12e0f542975a7dab07 100644 (file)
@@ -16,6 +16,9 @@ This release includes the following changes:
    --raw
  o added support for using the NSS library for TLS/SSL
  o changed default anonymous FTP password
+ o changed the CURLOPT_FTP_SSL_CCC option to handle active and passive
+   CCC shutdown
+ o Added the --ftp-ssl-ccc-mode command line option
 
 This release includes the following bugfixes:
 
@@ -28,6 +31,7 @@ This release includes the following bugfixes:
  o multi interface HTTPS connection re-use memory leak
  o libcurl.m4's --with-libcurl is improved
  o curl-config --libs and libcurl.pc no longer list unnecessary dependencies
+ o fixed an issue with CCC not working on some servers
 
 This release includes the following known bugs:
 
index 729e321c3433dd645fa140b2be62714e7d2109e8..19032e95ab963f29f66ccfaffd28feed473b6689 100644 (file)
@@ -3,10 +3,6 @@ join in and help us correct one or more of these! Also be sure to check the
 changelog of the current development status, as one or more of these problems
 may have been fixed since this was written!
 
-42. SSL is not properly disabled on the control channel when using
-  --ftp-ssl-ccc on some servers.  Recipe and instructions here:
-  http://curl.haxx.se/mail/lib-2007-01/0210.html
-
 40. HTTP Pipelining, NULL content
   http://curl.haxx.se/bug/view.cgi?id=1631566