diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 07:01:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-03 07:01:11 +0000 |
commit | 0c7dfa144bf36cde60287483f0163455e961c2af (patch) | |
tree | 6b000a30ea284ffdb7e8823108ba4454ed60cded /ChangeLog | |
parent | e4c785c8d771f50c4c7a059b545976301bd2508c (diff) | |
download | glibc-0c7dfa144bf36cde60287483f0163455e961c2af.tar.gz glibc-0c7dfa144bf36cde60287483f0163455e961c2af.tar.xz glibc-0c7dfa144bf36cde60287483f0163455e961c2af.zip |
Update.
* hesiod/hesiod.c (hesiod_resolve): Also search HS records is errno is ECONNREFUSED. * posix/Makefile: Define MBS_SUPPORT for regex.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 7c182e0dc1..b1fa25dca7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2001-02-02 Ulrich Drepper <drepper@redhat.com> + * hesiod/hesiod.c (hesiod_resolve): Also search HS records is + errno is ECONNREFUSED. + + * posix/Makefile: Define MBS_SUPPORT for regex.c. * posix/regex.c: Implement multibyte character handling. Patch by Isamu Hasegawa <isamu@yamato.ibm.co.jp>. |