summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2008-12-09 14:39:08 +0000
committerGisle Vanem <gvanem@broadpark.no>2008-12-09 14:39:08 +0000
commitbb74632c8efbe9bbecf318eaa12b3abae3b4497c (patch)
treea8facff04c0d31cccaee9533a12799b83fb78b09
parentdaa44aa9b14569df51d2d62e54afd9fec3d63a91 (diff)
downloadc-ares-bb74632c8efbe9bbecf318eaa12b3abae3b4497c.tar.gz
c-ares-bb74632c8efbe9bbecf318eaa12b3abae3b4497c.tar.bz2
c-ares-bb74632c8efbe9bbecf318eaa12b3abae3b4497c.zip
Fix for Win32 targets using Watt-32.
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ebb862a..944bbf0 100644
--- a/CHANGES
+++ b/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