diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-10-09 19:23:50 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-10-09 19:23:50 +0000 |
commit | fad3288d20fba6af71fa9bdfb851fe92c3aa2f04 (patch) | |
tree | 16b44ad8c9bfa7780292a744fc43462d16e24b1e /RELEASE-NOTES | |
parent | 5ecff1e4c3f92976371634ef40072758d1a17426 (diff) |
Fixed the --interface option to work with IPv6 connections on glibc
systems supporting getifaddrs(). Also fixed a problem where an IPv6
address could be chosen instead of an IPv4 one for --interface when it
involved a name lookup.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4d8e21ec7..918be61b6 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,6 +15,7 @@ This release includes the following changes: o Better detect HTTP 1.0 servers and don't do HTTP 1.1 requests on them o configure --disable-proxy disables proxy o Added CURLOPT_USERNAME and CURLOPT_PASSWORD + o --interface now works with IPv6 connections on glibc systems This release includes the following bugfixes: |