diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-05-15 00:28:50 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-05-15 00:28:50 +0000 |
commit | ea43bb013ba7c2a95d2d29b5a33fc7bd5c01d31a (patch) | |
tree | 8b6a09d159c2168640075329c1fcebc93f48433a /RELEASE-NOTES | |
parent | b0a4c992e73539b2a895ba2df5b7defd19d2629f (diff) |
Added support for quote commands before a transfer using SFTP and test
case 614.
Allow SFTP quote commands chmod, chown, chgrp to set a value of 0.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 26e199e2d..cc9053c87 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -16,6 +16,7 @@ This release includes the following changes: o uses less memory in non-pipelined use cases o CURLOPT_HTTP200ALIASES matched transfers assume HTTP 1.0 compliance o more than one test harness can run at the same time without conflict + o SFTP now supports quote commands before a transfer This release includes the following bugfixes: @@ -41,6 +42,7 @@ This release includes the following bugfixes: o connection cache growth in multi handles o better handling of out of memory conditions o overwriting an uploaded file with sftp now truncates it first + o SFTP quote commands chmod, chown, chgrp can now set a value of 0 This release includes the following known bugs: |