aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-08 11:05:18 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-08 11:05:18 +0000
commit1d1276cc3ac324d301e22460c139523c57e91a49 (patch)
tree33226fed05e9eb123cef3e265bc6af5be1d10e78 /CHANGES
parentd987676ef061e78344933a3c680cab6389924bf1 (diff)
ftp create dirs work done
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 95f3d666f..27da3d0e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
Changelog
+Daniel (8 August)
+- I added the --ftp-create-dirs to the client code, which activates Early's
+ CURLOPT_FTP_CREATE_MISSING_DIRS option, and wrote test case 147 to verify
+ it. Added the option to the curl.1 man page too. Added the option to the
+ curl_easy_setopt.3 man page too.
+
Daniel (7 August)
- Test case 60 failed on ia64 and AMD Opteron. Fixed now.