diff options
author | Yang Tse <yangsita@gmail.com> | 2007-02-13 16:14:25 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-02-13 16:14:25 +0000 |
commit | ecbc7f89c00498375b81333f414f47db1f85e029 (patch) | |
tree | 64e4c5b86481889eeaddc4d99aef8472039c577a /ares/CHANGES | |
parent | 5649b738befc3c509136313c914e43b90304a450 (diff) |
Fix c-ares failing to get the search sequence of /etc/hosts and
DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when
/etc/resolv.conf did not exist or was unable to read it.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index bfe2e4aed..bdb63e95d 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,11 @@ Changelog for the c-ares project +* February 13 + +- Yang Tse: Fix failure to get the search sequence of /etc/hosts and + DNS from /etc/nsswitch.conf, /etc/host.conf or /etc/svc.conf when + /etc/resolv.conf did not exist or was unable to read it. + * November 22 - Install ares_dns.h too |