diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:59:45 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-01 07:59:45 +0000 |
commit | b2339578854c2a261f264997e4c94b676d6a723a (patch) | |
tree | 51c6acc03a71ad0f683661201db5537019633e96 /RELEASE-NOTES | |
parent | 492aed14504e1d6bdb71476bf146287d1ae2fa64 (diff) |
- Tom Mueller correctly reported in bug report #2870221
(http://curl.haxx.se/bug/view.cgi?id=2870221) that libcurl returned an
incorrect return code from the internal trynextip() function which caused
him grief. This is a regression that was introduced in 7.19.1 and I find it
strange it hasn't hit us harder, but I won't persue into figuring out
exactly why.
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 b3a1d013b..a6fe91ab7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -34,6 +34,7 @@ This release includes the following bugfixes: o received cookies without explicit path got saved wrong if the URL had a query part o don't shrink SO_SNDBUF on windows for those who have it set large already + o connect next bug This release includes the following known bugs: @@ -45,6 +46,6 @@ advice from friends like these: Karl Moerder, Kamil Dudka, Krister Johansen, Andre Guibert de Bruet, Michal Marek, Eric Wong, Guenter Knauf, Peter Sylvester, Daniel Johnson, Claes Jakobsson, Sven Anders, Chris Mumford, John P. McCaskey, - Constantine Sapuntzakis + Constantine Sapuntzakis, Michael Stillwell, Tom Mueller Thanks! (and sorry if I forgot to mention someone) |