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 /CHANGES | |
parent | 10977f57de0d2426f479ef4d36f8a203488fdda7 (diff) | |
download | curl-02892e4fd8c1faff74edd2ce7e232b0c8442c5c9.tar.gz |
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 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (9 Apr 2010) +- 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. + Kamil Dudka (4 Apr 2010) - Eliminated a race condition in Curl_resolv_timeout(). |