aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-30 11:09:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-30 11:09:16 +0000
commit185baf036b9bcfe1386a6fd1549ca5403ec66812 (patch)
treece3382929e562ad910fc6628d9e6fd14c3fa329d /CHANGES
parent352361382692256dd94040ce3ba54b079658135e (diff)
NOBODY set TRUE after a POST makes a good HEAD now
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0154c2ee2..9f9acccd3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,19 @@
Changelog
+Daniel (30 June 2004)
+- Niels van Tongeren found that setting CURLOPT_NOBODY to TRUE doesn't disable
+ a previously set POST request, making a very odd request get sent (unless
+ you disabled the POST) a HEAD request with a POST request-body. I've now
+ made CURLOPT_NOBODY enforce a proper HEAD. Added test case 514 for this.
+
Daniel (29 June 2004)
+- Günter Knauf made the testcurl.pl script capable of using a custom setup
+ file to easier run multiple autobuilds on the same source tree.
+
+- Gisle fixed the djgpp build and fixed a memory problem in some of the
+ reorged name resolved code.
+
- Fixed code to allow connects done using the multi interface to attempt the
next IP when connecting to a host that resolves to multiple IPs and a
connect attempt fails.