diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-02-18 11:54:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-02-18 11:54:52 +0000 |
commit | eadfd78c2ec38c80990ec6abfd64431708f38dae (patch) | |
tree | 25e8df330655d34526d913ab74a69af503244ef0 /RELEASE-NOTES | |
parent | 4d815c99905a699c2956671d2348312b6201340e (diff) |
socket leak, mingw build
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 22c3af167..6add05297 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: This release includes the following bugfixes: + o socket leak when local bind failed o HTTP POST with --anyauth picking NTLM o SSL problems when downloading exactly 16KB data o out of memory conditions preserve error codes better @@ -33,6 +34,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Gisle Vanem, David Byron, Marty Kuhrt, Maruko, Eric Vergnaud, Christopher - R. Palmer + R. Palmer, Mike Dobbs, David in bug report #1124588 Thanks! (and sorry if I forgot to mention someone) |