aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-04-09 16:54:52 +0200
committerDaniel Stenberg <daniel@haxx.se>2010-04-09 16:54:52 +0200
commit02892e4fd8c1faff74edd2ce7e232b0c8442c5c9 (patch)
tree0a1c7ce3e1ea0181bd1bf382388b738f2b5d573d /CHANGES
parent10977f57de0d2426f479ef4d36f8a203488fdda7 (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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eadf532ca..3d4674b25 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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().