diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-29 13:21:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-29 13:21:21 +0000 |
commit | c27d2d4b93624b2e7d291b77667ff2d98da3cea7 (patch) | |
tree | 11afd146aa26bc6dc2407f60e8b9beea1cfc9ccc /RELEASE-NOTES | |
parent | 003afef541263a4ab4f1005b6ce16dda14cf8aee (diff) | |
download | curl-c27d2d4b93624b2e7d291b77667ff2d98da3cea7.tar.gz |
- Ian Lynagh provided a patch that now makes CURLOPT_RANGE work fine for SFTP
downloads!
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4ff8386a4..7a71b6824 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -29,6 +29,7 @@ This release includes the following bugfixes: o removed the use of mktime() and gmtime(_r)() in date parsing and conversions o HTTP Digest with a blank realm did wrong o CURLINFO_REDIRECT_URL didn't work with the multi interface + o CURLOPT_RANGE now works for SFTP downloads This release includes the following known bugs: @@ -44,6 +45,6 @@ advice from friends like these: Keith Mok, Yang Tse, Daniel Fandrich, Guenter Knauf, Dmitriy Sergeyev, Linus Nielsen Feltzing, Martin Drasar, Stefan Krause, Dmitry Kurochkin, Mike Revi, Andres Garcia, Michael Goffioul, Markus Moeller, Rob Crittenden, - Jamie Lokier, Emanuele Bovisio, Maxim Ivanov + Jamie Lokier, Emanuele Bovisio, Maxim Ivanov, Ian Lynagh Thanks! (and sorry if I forgot to mention someone) |