Skip to content
Snippets Groups Projects
Commit 689b6929 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

changelog: prevent needless reverse name lookups

parent 68aae7f5
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,13 @@
Changelog
Daniel Stenberg (15 Apr 2010)
- Rainer Canavan filed bug report #2987196 that identified libcurl doing
unnecesary reverse name lookups in many cases when built to use IPv4 and
getaddrinfo(). The logic for ipv6 is now used for ipv4 too.
(http://curl.haxx.se/bug/view.cgi?id=2963679)
Version 7.20.1 (14 April 2010)
Daniel Stenberg (9 Apr 2010)
......
......@@ -13,7 +13,7 @@ This release includes the following changes:
This release includes the following bugfixes:
o
o prevent needless reverse name lookups
This release includes the following known bugs:
......@@ -22,6 +22,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
Rainer Canavan
Thanks! (and sorry if I forgot to mention someone)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment