summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-29 11:25:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-29 11:25:29 +0000
commitb54d7527832ab137e4cd12836ea321c55ffcd90c (patch)
treede8f47d959c01692b2ebaaf4864e9065d6a5ed3f
parentb1328430c9f73bededc274ce8bac5aa8f36f7afe (diff)
downloadgnurl-b54d7527832ab137e4cd12836ea321c55ffcd90c.tar.gz
gnurl-b54d7527832ab137e4cd12836ea321c55ffcd90c.tar.bz2
gnurl-b54d7527832ab137e4cd12836ea321c55ffcd90c.zip
ftps:// added and the perl interfaces changed
-rw-r--r--CHANGES17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8702e21db..be583a4ec 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,23 @@
History of Changes
+Daniel (29 March 2001)
+- Georg Horn mailed me some corrections for the Curl::easy perl interface.
+
+- Experimental ftps:// support added. It is basically FTP over SSL for the
+ control connection. It still makes all data transfers going over unencrypted
+ connections. Rainer Weikusat's ftpd-ssl server hack supports this and I used
+ that to verify the functionality.
+
+Daniel (27 March 2001)
+- Guenole Bescon discovered that if you set a CURLOPT_TIMEOUT and then tried
+ to get a file from a site and it fails, the SIGALRM would still be sent
+ after the timeout-time, quite inexpectedly!
+
+- I added an ftp transfer example to docs/examples/ and I also wrote a tiny
+ example makefile that can be used as a start when building one of the
+ examples.
+
Version 7.7.1-beta1
Daniel (26 March 2001)