diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-06-21 17:03:38 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-21 17:03:38 -0400 |
commit | c0244a9dedce43a4b950d91451b16a7cf5408476 (patch) | |
tree | 49e776a11f30fbe72341d873f071145983701c2d /NEWS | |
parent | c5e3c2ae59cc8c5d3ad5e1adfd099c726baad862 (diff) | |
download | glibc-c0244a9dedce43a4b950d91451b16a7cf5408476.zip glibc-c0244a9dedce43a4b950d91451b16a7cf5408476.tar.gz glibc-c0244a9dedce43a4b950d91451b16a7cf5408476.tar.bz2 |
Fix IPv6-only lookups through getaddrinfo
A recent patch introduced a problem where IPv6 lookups happily returned
IPv4 addresses.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-6-15 +GNU C Library NEWS -- history of user-visible changes. 2011-6-21 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -7,6 +7,10 @@ using `glibc' in the "product" field. Version 2.15 +* The following bugs are resolved with this release: + + 12885 + * New program pldd to list loaded object of a process Implemented by Ulrich Drepper. |