aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-16 15:22:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-16 15:22:51 +0000
commitefb5d9a4032f92b78b04f68fce30e12e29baeb2e (patch)
tree08246bbbdbef0830dac228847ff7bd72b6620cb4 /CHANGES
parentb1a5208e6b478aa3cb33f3d88396e3be7e431f9e (diff)
new directories
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index bf56ea0af..56d15da0b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,16 +6,28 @@
History of Changes
+Daniel (16 March 2001)
+- After having experienced another machine break-down, we're back.
+
+- Georg Horn's perl interface Curl::easy is now included in the curl release
+ archive. The perl/ directory is now present. Please help me with docs,
+ examples and updates you think fit.
+
+- Made a new php/ directory in the release archive and moved the PHP examples
+ into a subdirectory in there. Not much PHP info yet, but I plan to. Please
+ help me here as well!
Daniel (15 March 2001)
- Added --connect-timeout to curl, which sets the new CURLOPT_CONNECTTIMEOUT
option in libcurl. It limits the time curl is allowed to spend in the
connection phase. This differs from -m/--max-time that limits the entire
- file transfer operation. Requested by Larry Fahnoe and more.
+ file transfer operation. Requested by Larry Fahnoe and others.
I also updated the curl.1 and curl_easy_setopt.3 man pages and removed the
item from the TODO.
+Version 7.7-beta4
+
Daniel (14 March 2001)
- Made curl grok IPv6 with HTTP proxies and got everything to compile nicely
again when ENABLE_IPV6 is set.