diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-03-22 22:00:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-03-22 22:00:21 +0000 |
commit | 95bd901efe8c41bbfe7fa80c1c440c84dfe60fe1 (patch) | |
tree | 7ba7fcc9216cc46cff7bfe8971fc3cd13d6f8a1d /RELEASE-NOTES | |
parent | 98c9a5b7f6f60822f5a0dc42d74b747323eb48b3 (diff) |
- Fixed the problem with doing a zero byte SCP transfer, verified with test
case 617 (which was added by Daniel Fandrich 5 Mar 2008).
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 41c1c95e6..c34d38896 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -50,6 +50,7 @@ This release includes the following bugfixes: o SFTP upload with CURLOPT_FTP_CREATE_MISSING_DIRS on re-used connection o SFTP infinite loop when given an invalid quote command o curl-config erroneously reported LDAPS support with missing LDAP libraries + o SCP infinite loop when downloading a zero byte file This release includes the following known bugs: |