about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-09 00:51:39 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-09 00:51:39 +0000
commit78512c00a8e0e07a8e4aa63b0f0e26b2e49de832 (patch)
treed67033256da4950e6c17497ac7495394299a53fb /ChangeLog
parent020a9a23e2eff7479ccdc6a9fc11c7572925baae (diff)
downloadglibc-78512c00a8e0e07a8e4aa63b0f0e26b2e49de832.tar.gz
glibc-78512c00a8e0e07a8e4aa63b0f0e26b2e49de832.tar.xz
glibc-78512c00a8e0e07a8e4aa63b0f0e26b2e49de832.zip
[BZ #95]
Update.
	* resolv/res_query.c (__libc_res_nsearch): Correctly test whether
	name contains any dots. [BZ #95]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08f8e1a6a8..3fb1d23ef2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
 
+	* resolv/res_query.c (__libc_res_nsearch): Correctly test whether
+	name contains any dots. [BZ #95]
+
 	* resolv/res_send.c: Compiling with DEBUG defined works again.
 	* resolv/gethnamaddr.c (dprintf): Renamed to Dprintf.  Adjust all
 	callers.