diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 18:26:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-14 18:26:54 +0000 |
commit | 6eed95103a7238b74711f958fd2cb9e87d837e18 (patch) | |
tree | 3bf9a65c4bc4c4feb4c4c0c6f9a51f6878b88c7e | |
parent | 4eb2a165e800e8afb40f844f765e39210d8d6a58 (diff) |
ipv6 adjustments
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -8,6 +8,12 @@ Daniel (14 March 2001) +- Made curl grok IPv6 with HTTP proxies and got everything to compile nicely + again when ENABLE_IPV6 is set. + + I need to remake things in the test suite. I can't test the FTP parts with + curl built for IPv6 as it uses a different set of FTP commands then! + - I fell onto a bug report on php.net that obiously was better directed to our project. Anyway, it said the .netrc parsing didn't work as supposed, and as I agreed I made the netrc parser use getpwuid() to figure out the home |