diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2008-12-09 14:39:08 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2008-12-09 14:39:08 +0000 |
commit | df7b1d8e64b4675880a34ac713894b2161a2e84c (patch) | |
tree | 7152af3ce07930d3b2c1de26e92062a722090d3b | |
parent | 2449e1f5a5c8cc048bfd85e3b2a7ad3f06169417 (diff) |
Fix for Win32 targets using Watt-32.
-rw-r--r-- | ares/CHANGES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ares/CHANGES b/ares/CHANGES index ebb862a10..944bbf0c8 100644 --- a/ares/CHANGES +++ b/ares/CHANGES @@ -1,5 +1,9 @@ Changelog for the c-ares project +* December 9 2008 (Gisle Vanem) + + Fixes for Win32 targets using the Watt-32 tcp/ip stack. + * Dec 4 2008 (Daniel Stenberg) Gregor Jasny provided the patch that introduces ares_set_socket_callback(), @@ -56,7 +60,7 @@ * Nov 1 2008 (Daniel Stenberg) - Carlo Contavalli added support for the glibc "rotate" option, as documented - in man resolv.conf: + in man resolv.conf: causes round robin selection of nameservers from among those listed. This has the effect of spreading the query load among all listed servers, rather |