diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-19 15:16:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-19 15:16:16 +0000 |
commit | 8a6b51d5601ab65f64514bb80c567f5f5e103bc1 (patch) | |
tree | 8b4194d66157386613da0caa2a62c1338ea508f0 /CHANGES | |
parent | 8a34a3a045a76282b81bbda780204a1633a64398 (diff) | |
download | c-ares-8a6b51d5601ab65f64514bb80c567f5f5e103bc1.tar.gz c-ares-8a6b51d5601ab65f64514bb80c567f5f5e103bc1.tar.bz2 c-ares-8a6b51d5601ab65f64514bb80c567f5f5e103bc1.zip |
- Brad Spencer brought the new function ares_gethostbyname_file() which simply
resolves a host name from the given file, using the regular hosts syntax.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ Changelog for the c-ares project +* Nov 19 2008 (Daniel Stenberg) +- Brad Spencer brought the new function ares_gethostbyname_file() which simply + resolves a host name from the given file, using the regular hosts syntax. + * Nov 1 2008 (Daniel Stenberg) - Carlo Contavalli added support for the glibc "rotate" option, as documented in man resolv.conf: |