diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-31 20:49:30 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-31 20:49:30 +0000 |
commit | 4e9d3c26ed74ec7a00cfc32170dc7289589586e8 (patch) | |
tree | f29baf4a63a01c34319c4eec719098e1f3e3ce49 /RELEASE-NOTES | |
parent | f3bd0c3fc3a69843f5f67f61c6a75fc705fe5078 (diff) |
- When using the multi interface with FTP and you asked for NOBODY, you did no
QUOTE commands and the request used the same path as the connection had
already changed to, it would decide that no commands would be necessary for
the "DO" action and that was not handled properly but libcurl would instead
hang.
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 fbdd93ff4..d35158624 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -10,6 +10,7 @@ Curl and libcurl 7.19.7 This release includes the following changes: o -T. is now for non-blocking uploading from stdin + o SYST handling on FTP for OS/400 FTP server cases This release includes the following bugfixes: @@ -21,6 +22,9 @@ This release includes the following bugfixes: o missing strdup() return code check o CURLOPT_PROXY_TRANSFER_MODE could pass along wrong syntax o configure --with-gnutls=PATH fixed + o ftp response reader bug on failed control connections + o improved NSS error message on failed host name verifications + o ftp NOBODY on re-used connection hang This release includes the following known bugs: |