aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-12-15 17:42:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-12-15 17:42:46 +0000
commitd262d0a62a5a32ee2bd279ef66bdd973621db4fe (patch)
treec168a3c31676328b1f5e734829ebcc6b161b5529 /CHANGES
parent15b775e126a8ad831976e5b2a8313981b062856a (diff)
changed the dns cache pruning
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
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.