diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-11-28 15:44:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-11-28 15:44:01 +0000 |
commit | 1b0b7fa0e157e4c0054488932b318214fef9e345 (patch) | |
tree | b63b9680264bc69dc7b8fca996e56846008e680f /ares/RELEASE-NOTES | |
parent | 67fb731ec495b9bcc2e16ba48a39f13362a3a6db (diff) |
updated with changes, preparing for a release soon
Diffstat (limited to 'ares/RELEASE-NOTES')
-rw-r--r-- | ares/RELEASE-NOTES | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ares/RELEASE-NOTES b/ares/RELEASE-NOTES index 29028182f..f46b1ac7e 100644 --- a/ares/RELEASE-NOTES +++ b/ares/RELEASE-NOTES @@ -2,10 +2,17 @@ This is what's new and changed in the c-ares 1.5.4 release: 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 Thanks go to these friendly people for their efforts and contributions: - + Yang Tse, Charles Hardin, Carlo Contavalli, Brad Spencer, Gerald Combs and obviously Daniel Stenberg Have fun! |