summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-11-09 20:30:06 +0000
committerUlrich Drepper <drepper@redhat.com>2006-11-09 20:30:06 +0000
commit1c632cebfa24f661f77e0e51d360b53d631e59b4 (patch)
tree35cd3ab9eca86ce46d100223e5318ed3c44bd3f1 /ChangeLog
parent2f334ad5c3c1510f5dc6b0a1ecebba2168effba7 (diff)
* sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test forcvs/fedora-glibc-20061109T2048
temporary or deprecated addresses. Patch by Sridhar Samudrala <sri@us.ibm.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7932258837..414a175c5c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-11-09 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/posix/getaddrinfo.c (getaddrinfo): Fix test for
+ temporary or deprecated addresses.
+ Patch by Sridhar Samudrala <sri@us.ibm.com>.
+
* string/Makefile (tests): Add tst-strxfrm2.
* string/tst-strxfrm2.c: New file.