diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-20 13:49:43 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-20 13:49:43 +0000 |
commit | e61a687eda6f90bb1826ae0be84d77c3f602efa8 (patch) | |
tree | a34ec34267e9b222173b3cdc117a523db5e34653 /ares/RELEASE-NOTES | |
parent | 7e85d2fbd41a23d5c8ffc6860c080edd6316261c (diff) |
Mention last changes
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 6c6fb51aa..ec3d82f73 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -7,12 +7,14 @@ Changed: 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 + o new ares_library_init() and ares_library_cleanup() functions Fixed: o ares_parse_*_reply() functions now return ARES_EBADRESP instead of ARES_EBADNAME if the name in the response failed to decode o only expose/export symbols starting with 'ares_' + o fix \Device\TCP handle leaks triggered by buggy iphlpapi.dll Thanks go to these friendly people for their efforts and contributions: |