update for beta universally
[external/c-ares.git] / RELEASE-NOTES
1 c-ares version 1.7.4
2
3 Changed:
4
5  o local-bind: Support binding to local interface/IPs, see
6    ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
7
8 Fixed:
9
10  o memory leak in ares_getnameinfo
11  o add missing break that caused get_ares_servers to fail
12  o ares_parse_a_reply: fix CNAME response parsing
13  o init_by_options: don't copy an empty sortlist
14  o Replaced uint32_t with unsigned int to fix broken builds
15    on a couple of platforms
16  o Fix lookup with HOSTALIASES set
17  o adig: fix NAPTR parsing
18  o compiler warning cleanups
19
20 Thanks go to these friendly people for their efforts and contributions:
21
22  Andrew C. Morrow, Ben Greear, Ben Noordhuis, Daniel Stenberg,
23  Guenter Knauf, Mike Crowe, Patrik Thunstrom, Yang Tse
24
25 Have fun!