diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-12-15 23:04:51 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-12-15 23:04:51 +0000 |
commit | 008b848dccafc18df79e0de9163b0bfab4f5392c (patch) | |
tree | 8666390aeaf91c42de94b6247b31ec00c86d8271 /RELEASE-NOTES | |
parent | 79b7575fd894c5eba4d7a24a22b9202bb58803cd (diff) |
- libssh2_sftp_last_error() was wrongly used at some places in libcurl which
made libcurl sometimes not properly abort problematic SFTP transfers.
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 96a3001ab..6183d4364 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -30,6 +30,7 @@ This release includes the following bugfixes: o dotted IPv6 addresses longer than 39 bytes failed o curl_easy_duphandle() doesn't try to duplicate the connection cache pointer o build failure on OS/400 when enabling IPv6 + o better detection of SFTP failures This release includes the following known bugs: |