diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-04-09 16:54:52 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-04-09 16:54:52 +0200 |
commit | 02892e4fd8c1faff74edd2ce7e232b0c8442c5c9 (patch) | |
tree | 0a1c7ce3e1ea0181bd1bf382388b738f2b5d573d /RELEASE-NOTES | |
parent | 10977f57de0d2426f479ef4d36f8a203488fdda7 (diff) |
FTP quote commands prefixed with '*' now can fail without aborting
Prefixing the FTP quote commands with an asterisk really only
worked for the postquote actions. This is now fixed and test case
227 has been extended to verify.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9ecb0f1dd..cac8b06d9 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,6 +45,7 @@ This release includes the following bugfixes: o RTSP GET_PARAMETER o timeout after last data chunk was handled o SFTP download hang + o FTP quote commands prefixed with '*' now can fail without aborting This release includes the following known bugs: |