about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-25 19:46:41 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-25 19:46:41 +0000
commitb9c65d0902e5890c4f025b574725154032f8120a (patch)
treeb52b704665e9951a753cc6e02bd286efada48c5e /ChangeLog
parent38027f90d41a27e9aafc56731f8ccc3ced67ce8d (diff)
downloadglibc-b9c65d0902e5890c4f025b574725154032f8120a.tar.gz
glibc-b9c65d0902e5890c4f025b574725154032f8120a.tar.xz
glibc-b9c65d0902e5890c4f025b574725154032f8120a.zip
[BZ #2389]
	* resolv/res_hconf.c: Remove 'order' parsing.  Just ignore the line.
	* resolv/res_hconf.h: Remove Name_Service definition.
	(struct hconf): Replace service related fields with placeholders.

	* version.h (VERSION): Bump to 2.4.90 for the trunk.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87ff6c5593..aa6b2a7573 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2006-04-25  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #2389]
+	* resolv/res_hconf.c: Remove 'order' parsing.  Just ignore the line.
+	* resolv/res_hconf.h: Remove Name_Service definition.
+	(struct hconf): Replace service related fields with placeholders.
+
 	[BZ #2386]
 	* sysdeps/unix/sysv/linux/ia64/clone2.S: Check for NULL stakc
 	pointers to match other architectures.
@@ -26,7 +31,7 @@
 	* posix/tst-rfc3484.c: Include <ifaddrs.h> early.
 	* posix/tst-rfc3484-2.c: Likewise.
 
-	* version.h (VERSION): Bunp to 2.4.90 for the trunk.
+	* version.h (VERSION): Bump to 2.4.90 for the trunk.
 
 2006-04-24  Jakub Jelinek  <jakub@redhat.com>