diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-11 13:49:13 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-11 13:49:13 +0000 |
commit | 32b75d1b6995653a4f1131aaa7e4c23b9946047e (patch) | |
tree | fb92246b61bbaf1158d0da993bfc9642883c6c09 /ares/CHANGES | |
parent | f7e3bd28b4347cd111f2a77be4543c44664ac8f5 (diff) |
- Phil Blundell added the internal function ares__expand_name_for_response()
that is now used by the ares_parse_*_reply() functions instead of the
ares_expand_name() simply to easier return ARES_EBADRESP for the cases where
the name expansion fails as in responses that really isn't expected.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 944bbf0c8..1c6b6070b 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,13 @@ Changelog for the c-ares project +* January 11 2008 (Daniel Stenberg) +- Phil Blundell added the internal function ares__expand_name_for_response() + that is now used by the ares_parse_*_reply() functions instead of the + ares_expand_name() simply to easier return ARES_EBADRESP for the cases where + the name expansion fails as in responses that really isn't expected. + +Version 1.6.0 (Dec 9, 2008) + * December 9 2008 (Gisle Vanem) Fixes for Win32 targets using the Watt-32 tcp/ip stack. |