1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/ares/RELEASE-NOTES

19 lines
738 B
Plaintext
Raw Normal View History

2008-08-29 04:55:02 -04:00
This is what's new and changed in the c-ares 1.5.4 release:
2007-06-08 04:46:28 -04:00
2008-09-16 21:33:43 -04:00
o improved configure detection of several functions
o improved source code portability
o adig supports a regular numerical dotted IP address for the -s option
o handling of EINPROGRESS for UDP connects
o supports the glibc "rotate" resolv.conf option (or ARES_OPT_ROTATE)
o added the new function ares_gethostbyname_file()
o bugfix in ares_parse_ptr_reply() which would cause a buffer to shrink
instead of expand if a reply contained 8 or more records
o buildconf works on OS X
2007-06-08 04:46:28 -04:00
Thanks go to these friendly people for their efforts and contributions:
Yang Tse, Charles Hardin, Carlo Contavalli, Brad Spencer, Gerald Combs
2008-05-15 06:04:15 -04:00
and obviously Daniel Stenberg
2007-06-08 04:46:28 -04:00
Have fun!