diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-23 08:50:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-23 08:50:28 +0000 |
commit | a1c8aaf666ac64ac3a09bfff1f6eb4b6facfc953 (patch) | |
tree | 7a065f0beecef059039e941edf5ddfc0d71bdfb2 /RELEASE-NOTES | |
parent | 8ee470aaeb88844fb3af852e44c4089efc2a1f2c (diff) |
o --proxy-ntlm now checks if libcurl supports NTLM before using it
o minor --fail with authentication bugfix
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 406cc883f..b207b30ae 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 |