diff options
author | Maciej Babinski <mbabinski@google.com> | 2011-05-02 21:11:17 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-02 21:11:17 -0400 |
commit | 0b592a30f5e3133bde98551fd524085359c3177a (patch) | |
tree | 91ffa69d6d3609f1b2393240d42c21ceb297aec2 /ChangeLog | |
parent | 6e04cbbe79f5965809fdbf1f28d7ae8b4af74d31 (diff) | |
download | glibc-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-- | ChangeLog | 6 |
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] |