mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-23 09:17:45 +00:00
release-preps: CHANGES and RELEASE-NOTES synced
This commit is contained in:
19
CHANGES
19
CHANGES
@ -1,5 +1,24 @@
|
||||
Changelog for the c-ares project
|
||||
|
||||
Version 1.7.4 (December 9, 2010)
|
||||
|
||||
Changed:
|
||||
|
||||
o local-bind: Support binding to local interface/IPs, see
|
||||
ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev
|
||||
|
||||
Fixed:
|
||||
|
||||
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
|
||||
|
||||
Version 1.7.3 (June 11, 2010)
|
||||
|
||||
Fixed:
|
||||
|
||||
Reference in New Issue
Block a user