From: Daniel Stenberg Date: Sun, 22 Apr 2012 15:29:34 +0000 (+0200) Subject: RELEASE-NOTES: added what's happened since 1.7.5 X-Git-Tag: upstream/1.10.0~106 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=031040f89333795030643f0ffcfec5f35cc8ab9c;p=platform%2Fupstream%2Fc-ares.git RELEASE-NOTES: added what's happened since 1.7.5 --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cbbfd50..ccac3cb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -2,15 +2,25 @@ c-ares version 1.7.6 Changed: - o + o Added ares_parse_naptr_reply() Fixed: - o - - + o handle CNAME-only in ares_parse_aaaa_reply() + o support multiple DNS servers on Android + o check for __ANDROID__ in addition to ANDROID macro + o port numbers: convert them to network order + o get_iphlpapi_dns_info: fix buffer overrun + o configure: make CURL_CHECK_DEF ignore leading whitespace + o segfault triggered in ares_init_options() + o ares_getnameinfo's memcpy did not copy enough bytes + o ares_destroy: fix segfault in ares_destroy_options() + o CHANGES: generate from script + o configure: fix symbol hiding usability check + Thanks go to these friendly people for their efforts and contributions: - + Geert Uytterhoeven, Guenter Knauf, Yang Tse, Poul Thomas Lomholt, + Peter Griess, Albert Chin, Denis Bilenko Have fun!