summaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-05-16 18:06:54 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-05-16 18:06:54 +0000
commit645729e94388d1db0f1b4b60b3b861a224b8c498 (patch)
tree0b328b0413d27ac3964650f2cf73d645107e9714 /ares/CHANGES
parentf425a25c988205d1ca6df8c02f87abe23f28b067 (diff)
downloadcurl-645729e94388d1db0f1b4b60b3b861a224b8c498.tar.gz
Added ares_getnameinfo which mimics the getnameinfo API
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index eb38613c1..858804065 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* May 16
+
+- Added ares_getnameinfo which mimics the getnameinfo API (another feature
+ that could use testing).
+
* May 14
- Added an inet_ntop function from BIND for systems that do not have it.