aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95fdc51..16f95f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-04-24 Ulrich Drepper <drepper@redhat.com>
+
+ * include/ifaddrs.h: New file.
+ * include/netdb.h: Move definitions of AI_V4MAPPED, AI_ALL, and
+ AI_ADDRCONFIG...
+ * resolv/netdb.h: ...here.
+ * sysdeps/gnu/ifaddrs.c. Use libc_hidden_def where appropriate.
+ * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
+ * sysdeps/posix/getaddrinfo.c: Implement AI_V4MAPPED, AI_ALL, and
+ AI_ADDRCONFIG.
+
2003-04-24 Roland McGrath <roland@redhat.com>
* elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.