Makefile.am: increment -version-info for 1.10.0 release
[platform/upstream/c-ares.git] / RELEASE-NOTES
1 c-ares version 1.10.0
2
3 Changes:
4
5  o Added ares_create_query(), to be used instead of ares_mkquery()
6  o ares_inet_ntop() and ares_inet_pton() are now recognized c-ares functions
7
8 Bug fixes:
9
10  o include the ares_parse_soa_reply.* files in the tarball
11  o read_udp_packets: bail out loop on bad sockets
12  o get_DNS_AdaptersAddresses: fix IPv6 parsing
13  o adig: perror() doesn't work for socket errors on windows
14  o ares_parse_aaaa_reply: fix memory leak
15  o setup_once.h: HP-UX <sys/socket.h> issue workaround
16  o configure: several fixes
17  o config-dos.h: define strerror() to strerror_s_() for High-C
18  o config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32
19  o ares_build.h.dist: enhance non-configure GCC ABI detection logic
20  o ares.h: stricter CARES_EXTERN linkage decorations logic
21  o ares_cancel(): cancel requests safely
22  o protocol parsing: check input data stricter
23  o library init: be recursive, reference count inits/cleanups
24  o ares_parse_txt_reply: return a ares_txt_reply node for each sub-string
25  
26 Thanks go to these friendly people for their efforts and contributions:
27
28  Eugeny Gladkih, Yang Tse, Gisle Vanem, Guenter Knauf, Horatiu Popescu,
29  Alexander Klauer, Patrick Valsecchi, Paul Saab
30  
31
32 Have fun!