diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-25 16:26:58 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-25 16:26:58 +0000 |
commit | 3b0c5ae46774e8523cb02d6ecb7c2c25ec21e97b (patch) | |
tree | 18e028d5f704f0cbeaf00ebcc41f0f4635636cb9 /ares/CHANGES | |
parent | 0fa14c8662d29a0b6c8274da452df2cb2843ebcf (diff) |
In preparation for the upcomming IPv6 nameservers patch, the internal
ares_addr union is now changed into an internal struct which also holds
the address family.
Diffstat (limited to 'ares/CHANGES')
-rw-r--r-- | ares/CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index 7e2875d96..284ca5e51 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,10 @@ Changelog for the c-ares project +* Nov 25 2008 (Yang Tse) +- In preparation for the upcomming IPv6 nameservers patch, the internal + ares_addr union is now changed into an internal struct which also holds + the address family. + * Nov 19 2008 (Daniel Stenberg) - Brad Spencer brought the new function ares_gethostbyname_file() which simply resolves a host name from the given file, using the regular hosts syntax. |