node/deps/c-ares/RELEASE-NOTES

26 lines
736 B
Plaintext
Raw Normal View History

2011-01-12 10:19:22 +08:00
c-ares version 1.7.4
Changed:
o local-bind: Support binding to local interface/IPs, see
ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
2010-04-06 18:41:32 +08:00
Fixed:
2011-01-12 10:19:22 +08:00
o memory leak in ares_getnameinfo
o add missing break that caused get_ares_servers to fail
o ares_parse_a_reply: fix CNAME response parsing
o init_by_options: don't copy an empty sortlist
o Replaced uint32_t with unsigned int to fix broken builds
on a couple of platforms
o Fix lookup with HOSTALIASES set
o adig: fix NAPTR parsing
o compiler warning cleanups
2010-04-06 18:41:32 +08:00
Thanks go to these friendly people for their efforts and contributions:
2011-01-12 10:19:22 +08:00
Andrew C. Morrow, Ben Greear, Ben Noordhuis, Daniel Stenberg,
Guenter Knauf, Mike Crowe, Patrik Thunstrom, Yang Tse
2010-04-06 18:41:32 +08:00
Have fun!