diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 08:30:32 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 08:30:32 +0000 |
commit | 3b46325bed94a3ab96c5ee05505f6e992b824383 (patch) | |
tree | de675e3d232935b1cadd1917a751b46135ff9d89 /ChangeLog | |
parent | 0c7dfa144bf36cde60287483f0163455e961c2af (diff) | |
download | glibc-3b46325bed94a3ab96c5ee05505f6e992b824383.tar.gz glibc-3b46325bed94a3ab96c5ee05505f6e992b824383.tar.xz glibc-3b46325bed94a3ab96c5ee05505f6e992b824383.zip |
Update.
2001-02-03 Ulrich Drepper <drepper@redhat.com> * hesiod/hesiod.c: Remove unnecessary code. Remove all uses of strcat. * hesiod/hesiod.c (hesiod_resolve): Also search HS records if
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index b1fa25dca7..c08782c278 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ +2001-02-03 Ulrich Drepper <drepper@redhat.com> + + * hesiod/hesiod.c: Remove unnecessary code. Remove all uses of strcat. + 2001-02-02 Ulrich Drepper <drepper@redhat.com> - * hesiod/hesiod.c (hesiod_resolve): Also search HS records is + * hesiod/hesiod.c (hesiod_resolve): Also search HS records if errno is ECONNREFUSED. * posix/Makefile: Define MBS_SUPPORT for regex.c. |