diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-07-09 18:39:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-07-09 18:39:49 +0000 |
commit | 0cd8840dbaf662ee59573be86fe6550a1b5cbf97 (patch) | |
tree | afeeb1408ce03e1848e9ed2c6593cf5cc2aba587 /CHANGES | |
parent | d4b253ba3ec87e1d703910bdb278d142e6e6abf8 (diff) | |
download | curl-0cd8840dbaf662ee59573be86fe6550a1b5cbf97.tar.gz |
- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I
edited it slightly. Now you should be able to use IPv6 addresses fine even
with libcurl built to use c-ares.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel Stenberg (9 Jul 2008) +- Andreas Schuldei improved Phil Blundell's patch for IPv6 using c-ares, and I + edited it slightly. Now you should be able to use IPv6 addresses fine even + with libcurl built to use c-ares. + Daniel Fandrich (9 Jul 2008) - Fixed an OOM handling problem that cause test 11 to fail the torture test. |