diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-28 22:19:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-28 22:19:39 +0000 |
commit | bfeea8e6b72208c04f3f577852587a33fad82c82 (patch) | |
tree | 5bb33c3f68bf07b751f637d7ea5fa26162b35268 /ares/CHANGES | |
parent | 2f89f2311c99a70bfd3fae7069b7f5affd17a94b (diff) |
- Henrik Stoerner fix: got a report that Tru64 Unix (the unix from Digital
when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for
other OSes. He made c-ares check for and understand it if present.
- Now c-ares will use local host name lookup _before_ DNS resolving by default
if nothing else is told.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index f331b7094..0548935cc 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,11 +1,20 @@ Changelog for the c-ares project +* September 29 + +- Henrik Stoerner fix: got a report that Tru64 Unix (the unix from Digital + when they made Alpha's) uses /etc/svc.conf for the purpose fixed below for + other OSes. He made c-ares check for and understand it if present. + +- Now c-ares will use local host name lookup _before_ DNS resolving by default + if nothing else is told. + * September 26 -- Henrik Stoerner: found out that C-ARES does not look at the /etc/host.conf +- Henrik Stoerner: found out that c-ares does not look at the /etc/host.conf file to determine the sequence in which to search /etc/hosts and DNS. So on systems where this order is defined by /etc/host.conf instead of a "lookup" - entry in /etc/resolv.conf, C-ARES will always default to looking in DNS + entry in /etc/resolv.conf, c-ares will always default to looking in DNS first, and /etc/hosts second. c-ares now looks at |