diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-09-23 11:42:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-09-23 11:42:43 +0000 |
commit | 8a46c64c78591092b9bd5f6a3b4112234f901186 (patch) | |
tree | af00994e61736a08d69a30e1457b9f5fa23f342d /RELEASE-NOTES | |
parent | 2d4c0af52839f2589357d3e2623356180798366a (diff) | |
download | curl-8a46c64c78591092b9bd5f6a3b4112234f901186.tar.gz |
more details
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1438dd65e..26709b76d 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -3,8 +3,11 @@ Curl and libcurl 7.10.8 is out! A bugfix release. This release includes the following changes: o CURLOPT_IPRESOLVE lets you select pure IPv6 or IPv4 resolved addresses + (curl offers the command line options -4/--ipv4 and -6/--ipv6) o GSS-Negotiate works fine with the MIT kerberos library - o SPNEGO support added, if libcurl is built with the FBopenssl libraries + o SPNEGO support added, if libcurl is built with the FBopenssl libraries, + curl_version_info() can return a feature bit for it and curl -V displays + SPNEGO as a feature if libcurl is built with it enabled. o easy handles added to a multi handle now share DNS cache automaticly o CURLINFO_HTTPAUTH_AVAIL and CURLINFO_PROXYAUTH_AVAIL were added o CURLOPT_FTP_RESPONSE_TIMEOUT was added |