]> granicus.if.org Git - curl/commitdiff
changed the dns cache pruning
authorDaniel Stenberg <daniel@haxx.se>
Mon, 15 Dec 2003 17:42:46 +0000 (17:42 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 15 Dec 2003 17:42:46 +0000 (17:42 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index f0fe36f185e7f9fdae80415875ed294b14931c46..2a6a7c50b5c8e7a46b4abae83b79a91dcb614d0c 100644 (file)
--- 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.