From 80fe50590fc446f0aea02cab09e48d586739ff78 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 15 Nov 2002 14:11:45 +0000 Subject: recent fixes --- CHANGES | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 69e86f16e..88dc2adb5 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,21 @@ Changelog + +Daniel (11 Nov 2002) +- Dave Halbakken added curl_version_info to lib/libcurl.def to make libcurl + properly build with MSVC on Windows. + +Daniel (8 Nov 2002) +- Doing HTTP PUT without a specified file size now makes libcurl use + Transfer-Encoding: chunked. + +Daniel (7 Nov 2002) +- Bug report #634625 identified how curl returned timeout immediately when + CURLOPT_CONNECTTIMEOUT was used and provided a fix. + +Version 7.10.2-pre4 (6 Nov 2002) + Daniel (5 Nov 2002) - Lehel Bernadt found out and fixed. libcurl sent error message to the debug output when it stored the error message. @@ -23,7 +38,8 @@ Daniel (5 Nov 2002) Version 7.10.2-pre3 Daniel (31 Oct 2002) -- Downgraded automake to 1.6.3 in an attempt to fix cygwin problems. +- Downgraded automake to 1.6.3 in an attempt to fix cygwin problems. (It + turned out this didn't help though.) - Disable the DNS cache (by setting the timeout to 0) made libcurl leak memory. Avery Fay brought the example code that proved this. -- cgit v1.2.3