]> asedeno.scripts.mit.edu Git - 1ts-debian.git/blob - libares/NEWS
need automake as a build-dep, even though we don't use most of it
[1ts-debian.git] / libares / NEWS
1 Major changes in release 1.1.1:
2 * ares should now compile as C++ code (no longer uses reserved word
3   "class").
4 * Added SRV support to adig test program.
5 * Fixed a few error handling bugs in query processing.
6
7 Major changes in release 1.1.0:
8 * Added ares_free_string() function so that memory can be freed in the
9   same layer as it is allocated, a desirable feature in some
10   environments.
11 * A few of the ares_dns.h macros are fixed to use the proper bitwise
12   operator.
13 * Fixed a couple of fenceposts fixed in ares_expand_name()'s
14   bounds-checking.
15 * In process_timeouts(), extract query->next before calling
16   next_server() and possibly freeing the query structure.
17 * Casted arguments to ctype macros casted to unsigned char, since not
18   all char values are valid inputs to those macros according to ANSI.