From: Daniel Stenberg Date: Mon, 15 Dec 2003 17:42:46 +0000 (+0000) Subject: changed the dns cache pruning X-Git-Tag: curl-7_11_0~127 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d262d0a62a5a32ee2bd279ef66bdd973621db4fe;p=curl changed the dns cache pruning --- diff --git a/CHANGES b/CHANGES index f0fe36f18..2a6a7c50b 100644 --- a/CHANGES +++ b/CHANGES @@ -8,6 +8,11 @@ Daniel (15 December) +- Old DNS cache entries are now only pruned after curl is done with a request, + and not in the actual name resolve call. + +- corrected the --enable-ares patch + - Giuseppe Attardi found and fixed a problem within libcurl that re-used already freed memory.