diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-09-26 18:20:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-09-26 18:20:58 +0000 |
commit | 12dc142a2847c11596ecd44c7a4d2d57960dcd85 (patch) | |
tree | 74f46c254721ce7163f00cab307ce4647a72c709 /ares/CHANGES | |
parent | cb80670885b5761d08c89a64401c7b4d7d81f674 (diff) |
Dominick Meglio host file path discovery patch for windows
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 869ad02ff..0c3d6a3d5 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,19 @@ Changelog for the c-ares project +* September 26 + +- Dominick Meglio patched: C-ares on Windows assumed that the HOSTS file is + located in a static location. It assumed + C:\Windows\System32\Drivers\Etc. This is a poor assumption to make. In fact, + the location of the HOSTS file can be changed via a registry setting. + + There is a key called DatabasePath which specifies the path to the HOSTS + file: + http://www.microsoft.com/technet/itsolutions/network/deploy/depovg/tcpip2k.mspx + + The patch will make c-ares correctly consult the registry for the location + of this file. + * August 29 - Gisle Vanem fixed the MSVC build files. |