diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2007-02-20 22:08:50 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2007-02-20 22:08:50 +0000 |
commit | 83e078256c1a651ea9e350a5d7aa456520b2a90d (patch) | |
tree | 59b6c94f4211760e1e7dd51c430dd28c900de08b /RELEASE-NOTES | |
parent | 2f5e99ca02b6716fdac59c299ab7738a2077743d (diff) |
New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fc40b2dd1..dd1e7955c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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: |