diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-09-01 14:27:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-09-01 14:27:01 +0000 |
commit | 7e07da977ce748aa54c26e47d9c5b713dc0bff8e (patch) | |
tree | 9af2cee55d9ae8f8242b1a6d02f45f009b3a2e68 /RELEASE-NOTES | |
parent | ddb1fb7535bdf2ff73b298d28143638aed8b0e82 (diff) |
- Peter Sylvester made a debug featuer for Curl_resolv() that now will force
libcurl to resolve 'localhost' whatever name you use in the URL *if* you set
the --interface option to (exactly) "LocalHost". This will enable us to
write tests for custom hosts names but still use a local host server.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 505755d03..bf7e094dd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -36,6 +36,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet, - Michal Marek, Eric Wong, Guenter Knauf + Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester Thanks! (and sorry if I forgot to mention someone) |