about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-06-28 01:30:07 +0000
committerUlrich Drepper <drepper@redhat.com>2004-06-28 01:30:07 +0000
commit340ef046a6b7e10b112e387f453bc78348c04745 (patch)
tree33d7ae6c8a8d964395145a8cb55d5a11772cfb1a /ChangeLog
parentf2481c319d604a9d797df6147ec6d3010861e4a4 (diff)
downloadglibc-340ef046a6b7e10b112e387f453bc78348c04745.tar.gz
glibc-340ef046a6b7e10b112e387f453bc78348c04745.tar.xz
glibc-340ef046a6b7e10b112e387f453bc78348c04745.zip
Update.
2004-06-27  Ulrich Drepper  <drepper@redhat.com>

	* resolv/resolv.h (RES_NOIP6DOTINT): Define.
	* resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
	* resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
	if RES_NOIP6DOTINT flag is set.
	* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fa648cac44..49256a91f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-06-27  Ulrich Drepper  <drepper@redhat.com>
+
+	* resolv/resolv.h (RES_NOIP6DOTINT): Define.
+	* resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
+	* resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
+	if RES_NOIP6DOTINT flag is set.
+	* resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
+
 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...