diff options
author | Yang Tse <yangsita@gmail.com> | 2007-04-16 09:08:15 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2007-04-16 09:08:15 +0000 |
commit | b0b6a853f6dd34f24dffa5939be57bf7966a7e58 (patch) | |
tree | 8c80ab60e570543577188ce3ba19396744bc3125 /ares/CHANGES | |
parent | 0563a7a9238843b5c4a0338452999c8c26623198 (diff) | |
download | curl-b0b6a853f6dd34f24dffa5939be57bf7966a7e58.tar.gz |
ares_getopt() command-line parser function does not belong to actual
c-ares library. It is just a convinience source code helper function
for use in example programs adig.c and ahost.c
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index c3e7c9739..1755907b8 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,16 +1,21 @@ Changelog for the c-ares project -* February 19 +* April 16 2007 + +- Yang Tse: Provide ares_getopt() command-line parser function as a source + code helper function, not belonging to the actual c-ares library. + +* February 19 2007 - Vlad Dinulescu added ares_parse_ns_reply(). -* February 13 +* February 13 2007 - 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 +* November 22 2006 - Install ares_dns.h too @@ -18,7 +23,7 @@ struct, and there are domain/search entries in /etc/resolv.conf, the domains of the options struct will be overridden. -* November 6 +* November 6 2006 - Yang Tse removed a couple of potential zero size memory allocations. |