aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-07-26 23:20:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-07-26 23:20:47 +0000
commit4d4151f6c10c8770c70dd3b1d06a84ca5191142f (patch)
treec228d865275442bc1ac67420753ef3daa50905fa /CHANGES
parent518becfe2ea21a96e923149df45a433f2501e5fd (diff)
David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
control and data connection, as the existing --ftp-ssl option only requests it.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2478c1766..e645c41c0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,10 @@
Changelog
Daniel (27 July 2006)
+- David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
+ control and data connection, as the existing --ftp-ssl option only requests
+ it.
+
- [Hiper-related work] Added a function called curl_multi_assign() that will
set a private pointer added to the internal libcurl hash table for the
particular socket passed in to this function: