diff options
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 93760e5b4..692b38224 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -4,8 +4,9 @@ Changed: o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is instead declared and used - p ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving + o ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving either AF_INET6 or AF_INET + o a build-time configured ares_socklen_t is now used instead of socklen_t Fixed: |