diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-08-30 23:03:59 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-08-30 23:03:59 +0000 |
commit | f6251734fcb118bb513f8484b45aa653f5c76eb1 (patch) | |
tree | 0a91992aa36c27c91b04290f927c621b826a590b /RELEASE-NOTES | |
parent | 9f44a95522162c0f4a61093efe1bf1f58b087358 (diff) |
Added more accurate error code returns from SFTP operations. Added test
case 615 to test an SFTP upload failure.
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 ea8a4baaf..66716a59e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,7 @@ This release includes the following changes: o builds and runs on OS/400 o several error codes and options were marked as obsolete and subject to future removal (set CURL_NO_OLDIES to see if your application is using them) + o SFTP errors can return more specific error codes This release includes the following bugfixes: |