summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
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 /RELEASE-NOTES
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 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3d3db9c..8b5aa49 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -2,7 +2,8 @@ This is what's new and changed in the c-ares 1.6.1 release:
Changed:
- o
+ o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is instead
+ declared and used
Fixed: