summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-02 02:36:47 +0000
committerYang Tse <yangsita@gmail.com>2009-05-02 02:36:47 +0000
commit3a55bbebf11207721db8a77cff88c82298ee41ff (patch)
treeae0a1083a0e78216cc833d912fcd168b2572e779 /RELEASE-NOTES
parentd9647bd70fd14adf15fd1ff0be0edd5ebcaf0c41 (diff)
downloadc-ares-3a55bbebf11207721db8a77cff88c82298ee41ff.tar.gz
c-ares-3a55bbebf11207721db8a77cff88c82298ee41ff.tar.bz2
c-ares-3a55bbebf11207721db8a77cff88c82298ee41ff.zip
Use build-time configured ares_socklen_t instead of socklen_t
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 93760e5..692b382 100644
--- a/RELEASE-NOTES
+++ b/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: