Blame NEWS

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