]> granicus.if.org Git - curl/commitdiff
ftp create dirs work done
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Aug 2003 11:05:18 +0000 (11:05 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Aug 2003 11:05:18 +0000 (11:05 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 95f3d666ffefa74ebf15bd83ee820125b72559a9..27da3d0e2da30fe46c48518377126a2eb9e4e181 100644 (file)
--- 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.