aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-22 22:36:33 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-22 22:36:33 +0000
commit0edab55dd2bc7641ffd2c8c0b86ee914abb91354 (patch)
treeae4b6018c1fd3f661cd4c3f1e3869ba79a3cd4ca /CHANGES
parent16643faaa19daaac6d74e0b6ca0b4f7b81df9587 (diff)
ip version selector, SPNEGO feature added to -V output
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
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)