diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-11 09:31:37 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-11 09:31:37 +0000 |
commit | fb5f332834baeee1c9ec27dee6fc065364d5b7f3 (patch) | |
tree | cfa2d2f34fcc4201edb86088664c9aacbdfd2016 /RELEASE-NOTES | |
parent | 107c4d878abea8940cae85bc9d330c13481ea634 (diff) |
- Constantine Sapuntzakis posted bug #2891595
(http://curl.haxx.se/bug/view.cgi?id=2891595) which identified how an entry
in the DNS cache would linger too long if the request that added it was in
use that long. He also provided the patch that now makes libcurl capable of
still doing a request while the DNS hash entry may get timed out.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 08d7215d8..89549d72e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following bugfixes: o progress meter percentage and transfer time estimates fixes o portability enhancement for OS's without orthogonal directory tree structure o progress meter/callback during FTP connection + o DNS cache timeout while transfer in progress This release includes the following known bugs: @@ -24,6 +25,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - Yang Tse, Kamil Dudka, Christian Schmitz + Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis Thanks! (and sorry if I forgot to mention someone) |