aboutsummaryrefslogtreecommitdiff
path: root/ares/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
commit29b6a732f36c27d971f8bbbf206f99d1d75cfffd (patch)
treec879a7dcced6e41cdddcdc9a926aa26144d48701 /ares/RELEASE-NOTES
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/RELEASE-NOTES')
-rw-r--r--ares/RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES
index 3d3db9c57..8b5aa49fb 100644
--- a/ares/RELEASE-NOTES
+++ b/ares/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: