about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMaciej Babinski <mbabinski@google.com>2011-05-02 21:11:17 -0400
committerUlrich Drepper <drepper@gmail.com>2011-05-02 21:11:17 -0400
commit0b592a30f5e3133bde98551fd524085359c3177a (patch)
tree91ffa69d6d3609f1b2393240d42c21ceb297aec2 /ChangeLog
parent6e04cbbe79f5965809fdbf1f28d7ae8b4af74d31 (diff)
downloadglibc-0b592a30f5e3133bde98551fd524085359c3177a.tar.gz
glibc-0b592a30f5e3133bde98551fd524085359c3177a.tar.xz
glibc-0b592a30f5e3133bde98551fd524085359c3177a.zip
getaddrinfo(AF_INET6) does not return scope_id info provided by NSS modules
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3840eeb9b3..bd08c7d983 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-04-28  Maciej Babinski  <mbabinski@google.com>
+
+	[BZ #12714]
+	* sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
+	gethostbyname4_r when IPv6 results are possible.
+
 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #12723]