2008-12-09 22:41:36 +00:00
|
|
|
This is what's new and changed in the c-ares 1.6.1 release:
|
2008-12-04 12:53:03 +00:00
|
|
|
|
|
|
|
Changed:
|
|
|
|
|
2009-01-31 20:17:41 +00:00
|
|
|
o in6_addr is not used in ares.h anymore, but a private ares_in6_addr is
|
|
|
|
instead declared and used
|
2009-05-02 02:36:47 +00:00
|
|
|
o ares_gethostbyname() now supports 'AF_UNSPEC' as a family for resolving
|
2009-01-31 20:17:41 +00:00
|
|
|
either AF_INET6 or AF_INET
|
2009-05-02 02:36:47 +00:00
|
|
|
o a build-time configured ares_socklen_t is now used instead of socklen_t
|
2009-05-20 13:49:43 +00:00
|
|
|
o new ares_library_init() and ares_library_cleanup() functions
|
2009-05-26 14:50:45 +00:00
|
|
|
o new --enable-curldebug configure option
|
2009-08-03 11:51:06 +00:00
|
|
|
o ARES_ECANCELLED is now sent as reason for ares_cancel()
|
2009-09-04 21:56:14 +00:00
|
|
|
o added ares_parse_srv_reply()
|
2008-12-04 12:53:03 +00:00
|
|
|
|
|
|
|
Fixed:
|
2007-06-08 08:46:28 +00:00
|
|
|
|
2009-01-11 13:49:13 +00: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 13:53:26 +00:00
|
|
|
o only expose/export symbols starting with 'ares_'
|
2009-05-20 13:49:43 +00:00
|
|
|
o fix \Device\TCP handle leaks triggered by buggy iphlpapi.dll
|
2009-08-03 11:29:17 +00:00
|
|
|
o init without internet gone no longer fails
|
2009-10-07 18:47:04 +00:00
|
|
|
o out of bounds memory overwrite triggered with malformed /etc/hosts file
|
2007-06-08 08:46:28 +00:00
|
|
|
|
|
|
|
Thanks go to these friendly people for their efforts and contributions:
|
|
|
|
|
2009-08-03 11:51:06 +00:00
|
|
|
Phil Blundell, Japheth Cleaver, Yang Tse, Gregor Jasny, Joshua Kwan,
|
2009-10-23 15:49:05 +00:00
|
|
|
Timo Teras, Jakub Hrozek, John Engelhart
|
2007-06-08 08:46:28 +00:00
|
|
|
|
|
|
|
Have fun!
|