aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-02-16 23:42:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-02-16 23:42:32 +0000
commit92009181af0c4c5608b7e7378e2ea21806ee5e33 (patch)
tree039a2c2dc845e985400fcde8823160ab87da3af0 /CHANGES
parent831bdb9f6340f6f47623d7be1f10a2198e6a3774 (diff)
Shmulik Regev provided a fix for the DNS cache when using short life times,
as previously it could be holding on to old cached entries longer than requested.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 9 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 826b02100..cde84d33e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,16 @@
Changelog
+Daniel (17 February 2006)
+- Shmulik Regev provided a fix for the DNS cache when using short life times,
+ as previously it could be holding on to old cached entries longer than
+ requested.
+
Daniel (11 February 2006)
-- Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options that
- an app can use to let libcurl only connect to a remote host and then extract
- the socket from libcurl. libcurl will then not attempt to do any transfer at
- all after the connect is done.
+- Karl Moerder added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options
+ that an app can use to let libcurl only connect to a remote host and then
+ extract the socket from libcurl. libcurl will then not attempt to do any
+ transfer at all after the connect is done.
- Kent Boortz improved the configure check for GnuTLS to properly set LIBS
instead of LDFLAGS.