aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-14 20:13:23 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-14 20:13:23 +0000
commitc7fa647a109ef0e44faffe7675df1a1ab9afede0 (patch)
tree918a0ba148702b8af89994352a8749446cdce55a /ChangeLog
parent97306b0b34c31731534771e701620e61c1549670 (diff)
downloadglibc-c7fa647a109ef0e44faffe7675df1a1ab9afede0.tar
glibc-c7fa647a109ef0e44faffe7675df1a1ab9afede0.tar.gz
glibc-c7fa647a109ef0e44faffe7675df1a1ab9afede0.tar.bz2
glibc-c7fa647a109ef0e44faffe7675df1a1ab9afede0.zip
Update.
* sysdeps/posix/getaddrinfo.c (getaddrinfo): I rfc3484 sorting is performed, make sure it is still the first entry after sotring which has the ai_canonname information.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index db86a537fc..8d827cbb13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-08-14 Ulrich Drepper <drepper@redhat.com>
+ * sysdeps/posix/getaddrinfo.c (getaddrinfo): I rfc3484 sorting is
+ performed, make sure it is still the first entry after sotring
+ which has the ai_canonname information.
+
* sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
only in one entry.