diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-22 13:12:36 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-22 13:12:36 +0000 |
commit | 7ffe62d9019a3e1749bd90f23c4bab15657d6cd7 (patch) | |
tree | ad802a92b7118dbe318b17e6bb195f0ccfb468d2 /RELEASE-NOTES | |
parent | d5bfec70af0d53eed164c9fdec142ebe8fe5c81d (diff) |
- Given a recent enough libssh2, libcurl can now seek/resume with SFTP even
on file indexes beyond 2 or 4GB.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fff8f41a8..5783b5eae 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,7 @@ This release includes the following bugfixes: 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 + o SFTP seek/resume beyond 32bit file sizes This release includes the following known bugs: |