]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - libares/NEWS
1c7058e003928901e25768e634e702b25f72ae27
[1ts-debian.git] / libares / NEWS
1 Major changes in release 1.1.0:
2 * Added ares_free_string() function so that memory can be freed in the
3   same layer as it is allocated, a desirable feature in some
4   environments.
5 * A few of the ares_dns.h macros are fixed to use the proper bitwise
6   operator.
7 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
8   bounds-checking.
9 * In process_timeouts(), extract query->next before calling
10   next_server() and possibly freeing the query structure.
11 * Casted arguments to ctype macros casted to unsigned char, since not
12   all char values are valid inputs to those macros according to ANSI.