aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-09-29 13:21:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-09-29 13:21:21 +0000
commitc27d2d4b93624b2e7d291b77667ff2d98da3cea7 (patch)
tree11afd146aa26bc6dc2407f60e8b9beea1cfc9ccc /CHANGES
parent003afef541263a4ab4f1005b6ce16dda14cf8aee (diff)
- Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTP
downloads!
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a683aa8a5..8b9f552c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel Stenberg (29 Sep 2008)
+- Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTP
+ downloads!
+
- Maxim Ivanov filed bug report #2107803
(http://curl.haxx.se/bug/view.cgi?id=2107803) "no CURLINFO_REDIRECT_URL in
multi mode" together with a patch that fixed the problem.