aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-09-18 16:44:49 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-09-18 16:44:49 +0000
commit6a48639c6820098604e79bbb2a2cb5effc2da8c0 (patch)
treec851ca9a4938204ad33795b83ad77dbf8e9c7a10 /ares/CHANGES
parente7093b3ca8f54a9d67a078ce37afdc825c86fdf4 (diff)
Added constants that will be used by ares_getaddrinfo. Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it isavailable to ensure it works properly in a threaded environment
Diffstat (limited to 'ares/CHANGES')
-rw-r--r--ares/CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES
index 22a92ef27..4bfc1cf2d 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,12 @@
Changelog for the c-ares project
+* September 18
+
+- Added constants that will be used by ares_getaddrinfo
+
+- Made ares_getnameinfo use the reentrant getservbyport (getservbyport_r) if it is
+ available to ensure it works properly in a threaded environment.
+
* September 10
- configure fix for detecting a member in the sockaddr_in6 struct which failed