mirror of
https://frontier.innolan.net/rainlance/c-ares.git
synced 2025-11-22 00:51:06 +00:00
- Jakub Hrozek renamed addrttl and addr6ttl structs to ares_addrttl and
ares_addr6ttl in order to prevent name space pollution, along with necessary changes to code base and man pages.This change does not break ABI, there is no need to recompile existing applications. But existing applications using these structs with the old name will need source code adjustments when recompiled using c-ares 1.6.1.
This commit is contained in:
@ -13,6 +13,7 @@ Changed:
|
||||
o added ares_parse_srv_reply()
|
||||
o added ares_parse_txt_reply()
|
||||
o new --enable-symbol-hiding configure option
|
||||
o addrttl and addr6ttl structs renamed to ares_addrttl and ares_addr6ttl
|
||||
|
||||
Fixed:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user