summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-11-15 14:11:45 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-11-15 14:11:45 +0000
commit80fe50590fc446f0aea02cab09e48d586739ff78 (patch)
tree6f0d73119115a81bb39413f90a199e98161156bc
parentae18d1c55a71dff3ab06bf3a049dee65090ef00e (diff)
downloadgnurl-80fe50590fc446f0aea02cab09e48d586739ff78.tar.gz
gnurl-80fe50590fc446f0aea02cab09e48d586739ff78.tar.bz2
gnurl-80fe50590fc446f0aea02cab09e48d586739ff78.zip
recent fixes
-rw-r--r--CHANGES18
1 files changed, 17 insertions, 1 deletions
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.