diff options
author | Yang Tse <yangsita@gmail.com> | 2009-11-23 01:24:17 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-11-23 01:24:17 +0000 |
commit | 35d4c57051574b33fd9b120932b385be35bd1f65 (patch) | |
tree | 40d87b1beee5f95daecd7ec58d0863b69878c1bf /ares/RELEASE-NOTES | |
parent | f6114f2ec4fcfe966cb4b30303aaa06666165798 (diff) |
- 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.
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 1ecc17622..0de52de0d 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -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: |