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 /CHANGES | |
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 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,6 +7,8 @@ Changelog Daniel Stenberg (22 Dec 2008) +- Given a recent enough libssh2, libcurl can now seek/resume with SFTP even + on file indexes beyond 2 or 4GB. - Anthony Bryan provided a set of patches that cleaned up manual language, corrected spellings and more. |