diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-02-20 08:19:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-02-20 08:19:19 +0000 |
commit | 5784a37f91eae313ddc78a8992f18f321e3526d8 (patch) | |
tree | 71d5ba63df77a3bfda84018c1b18a32c77f06b75 /RELEASE-NOTES | |
parent | af91ff0e068cac8fe710539213b754ce60a28edc (diff) |
the FTP multi interface bug
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 972157474..c363bc930 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -27,7 +27,8 @@ This release includes the following changes: This release includes the following bugfixes: o missing ssh.obj in VS makefiles - o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish locale + o FTP ;type=i URLs now work with CURLOPT_PROXY_TRANSFER_MODE in Turkish + locale o realms with quoted quotation marks in HTTP Digest headers o VC9 makefiles are now really included o multi interface memory leak with CURLMOPT_MAXCONNECTS set @@ -36,6 +37,8 @@ This release includes the following bugfixes: o memory leak on some libz errors for content encodings o NSS-enabled build is repaired o superfluous wait in SFTP downloads removed + o FTP with the multi interface no longer kills the control connection as + easily on transfer failures This release includes the following known bugs: |