aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-01-14 13:08:50 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-01-14 13:08:50 +0000
commit29b6a732f36c27d971f8bbbf206f99d1d75cfffd (patch)
treec879a7dcced6e41cdddcdc9a926aa26144d48701 /ares/CHANGES
parent3dcd6bc597ab7ecb9e9f69c2667bf18ecd26751a (diff)
- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it
now declares the private struct ares_in6_addr for all systems instead of relying on one possibly not present in the system.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 5bb02f744..232147211 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* January 14 2009 (Daniel Stenberg)
+- ares.h no longer uses the HAVE_STRUCT_IN6_ADDR define check, but instead it
+ now declares the private struct ares_in6_addr for all systems instead of
+ relying on one possibly not present in the system.
+
* January 13 2009 (Phil Blundell)
- ares__send_query() now varies the retry timeout pseudo-randomly to avoid
packet storms when several queries were started at the same time.