diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-05-28 20:31:28 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-05-28 20:31:28 +0000 |
commit | b49dcfb52b5910c63b8f8c3e02eb32904d35fb11 (patch) | |
tree | c1de07c161808202e60b8e8040abc29e0fdfe20f /RELEASE-NOTES | |
parent | c62d55342dd84dde715654c2d65e9cda1729089a (diff) | |
download | curl-b49dcfb52b5910c63b8f8c3e02eb32904d35fb11.tar.gz |
- Jeff Weber reported memory leaks with aborted SCP and SFTP transfers and
provided excellent repeat recipes. I fixed the cases I managed to reproduce
but Jeff still got some (SCP) problems even after these fixes:
http://curl.haxx.se/mail/lib-2008-05/0342.html
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 c88ca2d69..7beb1d48e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -38,6 +38,7 @@ This release includes the following bugfixes: o several curl_multi_socket() fixes o builds fine for Haiku OS o follow redirect with only a new query string + o SCP and SFTP memory leaks on aborted transfers This release includes the following known bugs: @@ -60,6 +61,6 @@ advice from friends like these: Rafa Muyo, Andre Guibert de Bruet, Brock Noland, Sandor Feldi, Stefan Krause, David Shaw, Norbert Frese, Bart Whiteley, Jean-Francois Bertrand, Ben Van Hof, Yuriy Sosov, Christopher Palow, Yang Tse, Liam Healy, Nikolai Kondrashov, - David Rosenstrauch, Andreas Faerber, Scott McCreary + David Rosenstrauch, Andreas Faerber, Scott McCreary, Jeff Weber Thanks! (and sorry if I forgot to mention someone) |