aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-12-22 13:12:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-12-22 13:12:36 +0000
commit7ffe62d9019a3e1749bd90f23c4bab15657d6cd7 (patch)
treead802a92b7118dbe318b17e6bb195f0ccfb468d2 /CHANGES
parentd5bfec70af0d53eed164c9fdec142ebe8fe5c81d (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--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bd7434089..37553ee0c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.