11cb0ef41Sopenharmony_ciMajor changes since:
21cb0ef41Sopenharmony_ci* see the CHANGES file
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_ciMajor changes in release 1.1.1:
51cb0ef41Sopenharmony_ci* ares should now compile as C++ code (no longer uses reserved word
61cb0ef41Sopenharmony_ci  "class").
71cb0ef41Sopenharmony_ci* Added SRV support to adig test program.
81cb0ef41Sopenharmony_ci* Fixed a few error handling bugs in query processing.
91cb0ef41Sopenharmony_ci
101cb0ef41Sopenharmony_ciMajor changes in release 1.1.0:
111cb0ef41Sopenharmony_ci* Added ares_free_string() function so that memory can be freed in the
121cb0ef41Sopenharmony_ci  same layer as it is allocated, a desirable feature in some
131cb0ef41Sopenharmony_ci  environments.
141cb0ef41Sopenharmony_ci* A few of the ares_dns.h macros are fixed to use the proper bitwise
151cb0ef41Sopenharmony_ci  operator.
161cb0ef41Sopenharmony_ci* Fixed a couple of fenceposts fixed in ares_expand_name()'s
171cb0ef41Sopenharmony_ci  bounds-checking.
181cb0ef41Sopenharmony_ci* In process_timeouts(), extract query->next before calling
191cb0ef41Sopenharmony_ci  next_server() and possibly freeing the query structure.
201cb0ef41Sopenharmony_ci* Casted arguments to ctype macros casted to unsigned char, since not
211cb0ef41Sopenharmony_ci  all char values are valid inputs to those macros according to ANSI.
22