summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-23 01:24:17 +0000
committerYang Tse <yangsita@gmail.com>2009-11-23 01:24:17 +0000
commit36b26039acc147b9b6839b12049707b531b62e32 (patch)
tree03e409cf430ee17291ee4ce01b763dfbf5a49392 /CHANGES
parent497afa9acb4d42b4bb186701f0d03a02884ff9b2 (diff)
downloadc-ares-36b26039acc147b9b6839b12049707b531b62e32.tar.gz
c-ares-36b26039acc147b9b6839b12049707b531b62e32.tar.bz2
c-ares-36b26039acc147b9b6839b12049707b531b62e32.zip
- 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 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6d2a4f1..cfcd2e7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,13 @@
- Jakub Hrozek fixed more function prototypes in man pages to sync them
with the ones declared in ares.h
+- 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.
+
* November 20, 2009 (Yang Tse)
- Fixed several function prototypes in man pages that were out of sync
with the ones declared in ares.h