From: Daniel Stenberg Date: Mon, 22 Sep 2003 22:36:33 +0000 (+0000) Subject: ip version selector, SPNEGO feature added to -V output X-Git-Tag: curl-7_10_8~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0edab55dd2bc7641ffd2c8c0b86ee914abb91354;p=curl ip version selector, SPNEGO feature added to -V output --- diff --git a/CHANGES b/CHANGES index 13fe31cbe..c660f1f8d 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,13 @@ Changelog +Daniel (23 September) +- Added support for -4/--ipv4 and -6/--ipv6 to force names to resolve to that + particular IP version. They only work for IPv6-enabled libcurls. + +- curl -V now outputs 'SPNEGO' as a feature in case libcurl was built to + support that. + Version 7.10.8-pre2 (22 September 2003) Daniel (22 September)