aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-08-19 06:44:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-08-19 06:44:19 +0000
commitc8c47768c76aac020adc2a7ebf5e45e3ea95abd9 (patch)
treed0dcb47635b17bff31b45a060cb619ad87b297e4 /RELEASE-NOTES
parent62ff567c472838207c2a2409cf41e90dc3e6d6d6 (diff)
Ling Thio pointed out that getaddrinfo() reverse-lookups ip-only names, and
this is an attempt to prevent it from doing that. affects ipv6-enabled only.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 527af2075..68eb42ad3 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,6 +14,9 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o no more reverse DNS lookups when getting ip-only address with ipv6-enabled
+ libcurl
+ o libcurl works better multi-threaded on AIX (when built with xlc)
o cookies over proxy didn't match the path properly
o MSVC makefile fixes to build better
o FTP response 530 on 'PASS' now sends back a better error message
@@ -25,6 +28,7 @@ Other curl-related news since the previous public release:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Casey O'Donnell, Roland Krikava, Alex
+ Casey O'Donnell, Roland Krikava, Alex, Alexander Krasnostavsky, Kjetil
+ Jacobsen, Ling Thio
Thanks! (and sorry if I forgot to mention someone)