summaryrefslogtreecommitdiff
path: root/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
commit28531dea2eb784f0611705c4c2cf7c8ab4704640 (patch)
tree6ca6af28dd5544cd3fa9974c1450e9dabc9e1e8f /CHANGES
parent977de8c7780eeb43efeabbbfa6bac82161ceeaaa (diff)
downloadc-ares-28531dea2eb784f0611705c4c2cf7c8ab4704640.tar.gz
c-ares-28531dea2eb784f0611705c4c2cf7c8ab4704640.tar.bz2
c-ares-28531dea2eb784f0611705c4c2cf7c8ab4704640.zip
- 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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5bb02f7..2321472 100644
--- a/CHANGES
+++ b/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.