summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-11-28 15:44:01 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-11-28 15:44:01 +0000
commit3b6b1979bf176d2eb299f25173207ed4f20d6795 (patch)
tree4f063daa9fb3eb529ef0fdf909a614cb5b92453c /RELEASE-NOTES
parent7e39e944ea483f8551b05f21e1235dead9fa3cd8 (diff)
downloadc-ares-3b6b1979bf176d2eb299f25173207ed4f20d6795.tar.gz
c-ares-3b6b1979bf176d2eb299f25173207ed4f20d6795.tar.bz2
c-ares-3b6b1979bf176d2eb299f25173207ed4f20d6795.zip
updated with changes, preparing for a release soon
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2902818..f46b1ac 100644
--- a/RELEASE-NOTES
+++ b/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!