diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-08 10:22:49 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-08 10:22:49 +0000 |
commit | ba6f20a2442ab1ebfe947cff19a552f92114a29a (patch) | |
tree | 736f5ad403fea7fb749c0b0fbabddae81b01b592 /RELEASE-NOTES | |
parent | 61572a1f9785167b20fdaea82a0b40231cf3d71c (diff) |
Bug report #1823487 (http://curl.haxx.se/bug/view.cgi?id=1823487) pointed
out that SFTP requests didn't use persistent connections. Neither did SCP
ones. I gave the SSH code a good beating and now both SCP and SFTP should
use persistent connections fine. I also did a bunch for indent changes as
well as a bug fix for the "keyboard interactive" auth.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 633c6f8cb..fe3b550e2 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -4,7 +4,7 @@ Curl and libcurl 7.17.2 Command line options: 121 curl_easy_setopt() options: 147 Public functions in libcurl: 55 - Public web site mirrors: 41 + Public web site mirrors: 42 Known libcurl bindings: 36 Contributors: 597 @@ -18,6 +18,7 @@ This release includes the following bugfixes: with NSS, and also when SCP, SFTP and libz are not available o free problem in the curl tool for users with empty home dir o curl.h version 7.17.1 problem when building C++ apps with MSVC + o SFTP and SCP use persistent connections This release includes the following known bugs: @@ -34,6 +35,6 @@ New curl mirrors: This release would not have looked like this without help, code, reports and advice from friends like these: - Dan Fandrich, Gisle Vanem, Toby Peterson + Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse Thanks! (and sorry if I forgot to mention someone) |