diff options
author | Kamil Dudka <kdudka@redhat.com> | 2010-04-24 12:14:21 +0200 |
---|---|---|
committer | Kamil Dudka <kdudka@redhat.com> | 2010-04-24 12:14:21 +0200 |
commit | d487ade72c5f31703ce097e8460e0225fad80348 (patch) | |
tree | fd22f7cbc0e11a42bafbc3d2099df6bb2f405ed4 /CHANGES | |
parent | 71be565cf48f17b21eebbcde1ddba27c6e06d4c5 (diff) | |
download | curl-d487ade72c5f31703ce097e8460e0225fad80348.tar.gz |
test536: do not fail with threaded DNS resolver
Also tweaked comments in certain examples using curl_multi_fdset().
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Kamil Dudka (24 Apr 2010) +- Fixed test536 in order to not fail with threaded DNS resolver and tweaked + comments in certain examples using curl_multi_fdset(). + Daniel Stenberg (21 Apr 2010) - The -O option caused curl to crash on windows and DOS due to the tool writing out of boundary memory. |