]> granicus.if.org Git - curl/commitdiff
changelog: prevent needless reverse name lookups
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Apr 2010 11:11:25 +0000 (13:11 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 15 Apr 2010 11:11:25 +0000 (13:11 +0200)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index b8b142b0ca0a72eec168f9f098bc01076412471d..51efabc7e8da2fb589ceca31f9303a113c874aab 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -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)
index 77c260cb2f2fbb8c2b5ac2244a07bff8a33a78ef..37200f0d055e46aa9a6ad94828d36194583cf5f0 100644 (file)
@@ -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)