diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 19:46:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 19:46:41 +0000 |
commit | b9c65d0902e5890c4f025b574725154032f8120a (patch) | |
tree | b52b704665e9951a753cc6e02bd286efada48c5e /ChangeLog | |
parent | 38027f90d41a27e9aafc56731f8ccc3ced67ce8d (diff) | |
download | glibc-b9c65d0902e5890c4f025b574725154032f8120a.tar glibc-b9c65d0902e5890c4f025b574725154032f8120a.tar.gz glibc-b9c65d0902e5890c4f025b574725154032f8120a.tar.bz2 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-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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> |