this is what 1.5.0 is
[platform/upstream/c-ares.git] / RELEASE-NOTES
1 This is what's new and changed in the c-ares 1.5.0 release:
2
3  o SONAME bump to a few API and ABI breaking changes:
4    - ares_host_callback()
5    - ares_nameinfo_callback()
6    - ares_parse_a_reply()
7    - ares_parse_aaaa_reply()
8
9  o two valgrind reports were silenced
10  o ares_save_options() fix
11  o do DNS retries even on TCP connections
12  o correctly clear sockets from the fd_set in several functions
13  o always wait on TCP events to detect connect closures
14  o new socket options: ARES_OPT_SOCK_SNDBUF and ARES_OPT_SOCK_RCVBUF
15  o made the query callbacks receive the number of timeouts that happened during
16    the execution of a query
17  o don't skip a server if it's the only one
18  o segfault when generating a DNS "Transaction ID" under low memory conditions
19  o ares_strerror() segfault fix
20  o added copyright texts to a few places that were missing them
21
22 Thanks go to these friendly people for their efforts and contributions:
23
24  Vlad Dinulescu, Brad House, Steinar H. Gunderson, Yang Tse
25
26 Have fun!