diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-08-01 18:41:14 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-08-01 18:41:14 +0000 |
commit | 42cabc14d44b69af1df71f6f1e0ae8ccb66a8287 (patch) | |
tree | b22e3da7f99239407b3f125d2330a9b20dbeb223 /RELEASE-NOTES | |
parent | a948ca1669ffe302308616c59eb5733383295a17 (diff) |
Added support for --append on SFTP uploads. Unfortunately, OpenSSH doesn't
support this so it goes untested.
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 a0ddeaf42..58484814b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,7 @@ This release includes the following changes: o Added test selection by key word in runtests.pl o the curl tool's -w option support the %{ssl_verify_result} variable o Added CURLOPT_SCOPE and scope parsing of the URL according to RFC4007 + o Support --append on SFTP uploads (not with OpenSSH, though) This release includes the following bugfixes: |