- Jakub Hrozek fixed more function prototypes in man pages to sync them
[platform/upstream/c-ares.git] / RELEASE-NOTES
1 This is what's new and changed in the c-ares 1.7.0 release:
2
3 Changed:
4
5  o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is
6    instead declared and used
7  o ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving
8    either AF_INET6 or AF_INET
9  o a build-time configured ares_socklen_t is now used instead of socklen_t
10  o new ares_library_init() and ares_library_cleanup() functions
11  o new --enable-curldebug configure option
12  o ARES_ECANCELLED is now sent as reason for ares_cancel()
13  o added ares_parse_srv_reply()
14  o added ares_parse_txt_reply()
15  o new --enable-symbol-hiding configure option
16
17 Fixed:
18
19  o ares_parse_*_reply() functions now return ARES_EBADRESP instead of
20    ARES_EBADNAME if the name in the response failed to decode
21  o only expose/export symbols starting with 'ares_'
22  o fix \Device\TCP handle leaks triggered by buggy iphlpapi.dll
23  o init without internet gone no longer fails
24  o out of bounds memory overwrite triggered with malformed /etc/hosts file
25  o function prototypes in man pages out of sync with ares.h
26
27 Thanks go to these friendly people for their efforts and contributions:
28
29  Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny, Joshua Kwan,
30  Timo Teras, Jakub Hrozek, John Engelhart
31
32 Have fun!