From 35d4c57051574b33fd9b120932b385be35bd1f65 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 23 Nov 2009 01:24:17 +0000 Subject: - 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. --- ares/CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ares/CHANGES') diff --git a/ares/CHANGES b/ares/CHANGES index 6d2a4f19d..cfcd2e7b3 100644 --- a/ares/CHANGES +++ b/ares/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 -- cgit v1.2.3