summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-07-27 22:29:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-07-27 22:29:50 +0000
commit726b9e2240a272304cefc61b6fb9d9bb9a9a78f4 (patch)
tree0241cfe3bfc111830ffb5f24329f2a5cd326d6fe /RELEASE-NOTES
parent2236ba0d206fe9fef5d93889ee652feaa03fe089 (diff)
downloadcurl-726b9e2240a272304cefc61b6fb9d9bb9a9a78f4.tar.gz
If any of the options CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST is
set to 1, CURLOPT_NOBODY will now automatically be set to 0.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 4e119d152..59bbbf4cc 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,6 +18,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o CURLOPT_HTTPGET, CURLOPT_POST and CURLOPT_HTTPPOST resets CURLOPT_NOBODY
o builds fine on AmigaOS again
o corrected date parsing on Windows with auto-DST-adjust enabled
o treats CONNECT 407 responses with bodies better during Digest/NTLM auth