aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-04-14 12:13:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-04-14 12:13:32 +0000
commit6f08903f07cc35240bcdcf81113e47bd6ced2724 (patch)
treec4912e37c7335a748b61d55aed01c8e614350b63 /CHANGES
parent220cd010bde555299fb3ad95df638e297bcc2a6f (diff)
two ipresolve fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b0471e75b..b802a6112 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
Daniel (14 April 2004)
+- Asking for CURL_IPRESOLVE_V6 when ipv6 addresses can't be resolved will
+ now cause the resolve function to return NULL immediately. This flaw was
+ pointed out by Gisle Vanem.
+
+- Gisle Vanem made curl -4/-6 actually set the desired option to libcurl.
+
- runtests.pl now has a new option (-p) that will display "interesting" log
files to stdout in case of a test failure. This is primarily intended to be
used in the 'full-test' make target that is used by the autobuild tests, as