diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-27 23:25:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-27 23:25:31 +0000 |
commit | 3eae7695fcbbbc621e47abebe3e175db9dca4d5c (patch) | |
tree | 72a23f2984fba662057590c82e35ed90a531a803 /RELEASE-NOTES | |
parent | 6efde612278f16bc4e496ef4c62e38426df095a4 (diff) | |
download | curl-3eae7695fcbbbc621e47abebe3e175db9dca4d5c.tar.gz |
libssh2 0.19 became 1.0 instead
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5783b5eae..2e5d89896 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -21,7 +21,7 @@ This release includes the following bugfixes: the same server o memory leak with HTTP GSS/kerberos authentication o removed the default use of "Pragma: no-cache" - o fix SCP/SFTP busyloop by using a new libssh2 0.19 function + o fix SCP/SFTP busyloop by using a new libssh2 1.0 function o bad fclose() after a fatal error in cookie code o curl_multi_remove_handle() when the handle was in use in a HTTP pipeline o GSS authentication infinite loop problem @@ -33,7 +33,7 @@ This release includes the following bugfixes: o better detection of SFTP failures o improved connection re-use for subsequent SCP and SFTP transfers o multi interface does less busy-loops for SCP and SFTP transfers with libssh2 - 0.19 or later + 1.0 or later o curl_multi_timeout() no longer returns timeout 0 when there's nothing to do yet o the multi_socket API and HTTP pipelining now work a lot better when combined |