2008-12-09 17:41:36 -05:00
|
|
|
This is what's new and changed in the c-ares 1.6.1 release:
|
2008-12-04 07:53:03 -05:00
|
|
|
|
|
|
|
Changed:
|
|
|
|
|
2009-01-31 15:17:41 -05:00
|
|
|
o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is
|
|
|
|
instead declared and used
|
2009-05-01 22:36:47 -04:00
|
|
|
o ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving
|
2009-01-31 15:17:41 -05:00
|
|
|
either AF_INET6 or AF_INET
|
2009-05-01 22:36:47 -04:00
|
|
|
o a build-time configured ares_socklen_t is now used instead of socklen_t
|
2008-12-04 07:53:03 -05:00
|
|
|
|
|
|
|
Fixed:
|
2007-06-08 04:46:28 -04:00
|
|
|
|
2009-01-11 08:49:13 -05:00
|
|
|
o ares_parse_*_reply() functions now return ARES_EBADRESP instead of
|
|
|
|
ARES_EBADNAME if the name in the response failed to decode
|
2009-05-11 09:53:26 -04:00
|
|
|
o only expose/export symbols starting with 'ares_'
|
2007-06-08 04:46:28 -04:00
|
|
|
|
|
|
|
Thanks go to these friendly people for their efforts and contributions:
|
|
|
|
|
2009-05-11 09:53:26 -04:00
|
|
|
Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny
|
2007-06-08 04:46:28 -04:00
|
|
|
|
|
|
|
Have fun!
|