mirror of https://github.com/c-ares/c-ares.git
parent
b354607aed
commit
0b497f70e1
2 changed files with 5 additions and 17 deletions
@ -1,25 +1,13 @@ |
||||
c-ares version 1.7.4 |
||||
c-ares version 1.7.5 |
||||
|
||||
Changed: |
||||
|
||||
o local-bind: Support binding to local interface/IPs, see |
||||
ares_set_local_ip4, ares_set_local_ip6, ares_set_local_dev |
||||
o |
||||
|
||||
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 |
||||
o |
||||
|
||||
Thanks go to these friendly people for their efforts and contributions: |
||||
|
||||
Andrew C. Morrow, Ben Greear, Ben Noordhuis, Daniel Stenberg, |
||||
Guenter Knauf, Mike Crowe, Patrik Thunstrom, Yang Tse |
||||
|
||||
Have fun! |
||||
|
Loading…
Reference in new issue