aboutsummaryrefslogtreecommitdiff
path: root/ares/CHANGES
diff options
context:
space:
mode:
authorDominick Meglio <dcm5151@esu.edu>2005-04-05 18:26:55 +0000
committerDominick Meglio <dcm5151@esu.edu>2005-04-05 18:26:55 +0000
commit60ec804047bca66d312ea1d3329d5a047f51ea52 (patch)
tree041d77a5969f6c5d6ce7580246d2cee50e7119fa /ares/CHANGES
parentc53e9ccf4a33254af7768613d604698449116a39 (diff)
Provided implementations of inet_net_pton and inet_pton from BIND for systems that do not include these functions. These will be necessary for CIDR support and IPv6 support.
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 49f4a324d..1cc64ff63 100644
--- a/ares/CHANGES
+++ b/ares/CHANGES
@@ -1,5 +1,10 @@
Changelog for the c-ares project
+* April 5
+
+- Dominick Meglio: Provided implementations of inet_net_pton and inet_pton
+ from BIND for systems that do not include these functions.
+
* March 11, 2005
- Dominick Meglio added ares_parse_aaaa_reply.c and did various