diff options
author | Daniel Stenberg <daniel@haxx.se> | 2013-04-23 00:31:14 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2013-04-23 00:31:14 +0200 |
commit | c727dcb924c0773f03255e63c8c0dee7c523387a (patch) | |
tree | 6bc60ecd867cc44f50625d8234839ca4604806ea | |
parent | fb0737f3a0a1c377c84d7d0a77601333e908555d (diff) | |
download | c-ares-c727dcb924c0773f03255e63c8c0dee7c523387a.tar.gz c-ares-c727dcb924c0773f03255e63c8c0dee7c523387a.tar.bz2 c-ares-c727dcb924c0773f03255e63c8c0dee7c523387a.zip |
RELEASE-NOTES: synced with fb0737f3a0a1c37
-rw-r--r-- | RELEASE-NOTES | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 48795c0..e958fec 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,11 +1,32 @@ -c-ares version 1.9.1 +c-ares version 1.10.0 -Fixed: +Changes: + + o Added ares_create_query(), to be used instead of ares_mkquery() + o ares_inet_ntop() and ares_inet_pton() are now recognized c-ares functions + +Bug fixes: o include the ares_parse_soa_reply.* files in the tarball + o read_udp_packets: bail out loop on bad sockets + o get_DNS_AdaptersAddresses: fix IPv6 parsing + o adig: perror() doesn't work for socket errors on windows + o ares_parse_aaaa_reply: fix memory leak + o setup_once.h: HP-UX <sys/socket.h> issue workaround + o configure: several fixes + o config-dos.h: define strerror() to strerror_s_() for High-C + o config-dos.h: define HAVE_CLOSE_S for MSDOS/Watt-32 + o ares_build.h.dist: enhance non-configure GCC ABI detection logic + o ares.h: stricter CARES_EXTERN linkage decorations logic + o ares_cancel(): cancel requests safely + o protocol parsing: check input data stricter + o library init: be recursive, reference count inits/cleanups + o ares_parse_txt_reply: return a ares_txt_reply node for each sub-string Thanks go to these friendly people for their efforts and contributions: - Eugeny Gladkih + Eugeny Gladkih, Yang Tse, Gisle Vanem, Guenter Knauf, Horatiu Popescu, + Alexander Klauer, Patrick Valsecchi, Paul Saab + Have fun! |