From: Daniel Stenberg Date: Fri, 23 Apr 2004 08:50:28 +0000 (+0000) Subject: o --proxy-ntlm now checks if libcurl supports NTLM before using it X-Git-Tag: curl-7_11_2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c8aaf666ac64ac3a09bfff1f6eb4b6facfc953;p=thirdparty%2Fcurl.git o --proxy-ntlm now checks if libcurl supports NTLM before using it o minor --fail with authentication bugfix --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 406cc883fe..b207b30ae3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,8 @@ This release includes the following changes: This release includes the following bugfixes: + o --proxy-ntlm now checks if libcurl supports NTLM before using it + o minor --fail with authentication bugfix o CURLOPT_IPRESOLVE set to CURL_IPRESOLVE_V6 will now cause a returned error if the host only can resolve ipv4 addresses o curl -4/-6 now actually sets the requested option in libcurl