aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-10-16 14:06:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-10-16 14:06:54 +0000
commit21d5aead47a1124b388ac7b7f030616fd1e63b26 (patch)
tree6961454982b225cfd532725571cc79aeaea4b4a6 /CHANGES
parentf40c9b83dfbeb1219f8944675d19404e917e1447 (diff)
Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work
fine even for third party transfers.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2333634a4..344d3ae10 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel (16 October 2004)
+- Alexander Krasnostavsky made the CURLOPT_FTP_CREATE_MISSING_DIRS option work
+ fine even for third party transfers.
+
- runekl at opoint.com found out (and provided a fix) that libcurl leaked
memory for cookies with the "max-age" field set.