aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-08-28 11:35:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-08-28 11:35:54 +0000
commite138ae5ec968798abf6e110bfcb51ef69bb7ac9a (patch)
tree77004e295c8841395f109153c76affc9f81a222f /CHANGES
parentbf8ba229e0f0675e74698ca3486851f97a00b204 (diff)
- I'm abandoning the system with the web site mirrors (but keeping download
files bing mirrored) and thus I've changed the URL in the cookiejar header to no longer use curlm.haxx.se but instead use the main site curl.haxx.se
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b18852065..fd8b8f1cc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -13,6 +13,10 @@ Daniel Stenberg (28 Aug 2008)
get locked again so this is now fixed.
http://curl.haxx.se/mail/lib-2008-08/0422.html
+- I'm abandoning the system with the web site mirrors (but keeping download
+ files bing mirrored) and thus I've changed the URL in the cookiejar header
+ to no longer use curlm.haxx.se but instead use the main site curl.haxx.se
+
Daniel Fandrich (27 Aug 2008)
- Fixed test case 1065 by changing the handling of CURLOPT_UPLOAD to set
the HTTP method to GET (or HEAD) when given a value of 0.