From f0fc371a2a194245c340462e611238d2f1981dc1 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 8 Jul 2020 04:05:48 -0500 Subject: [PATCH 1/2] 2.0.27 release --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b20d2d86..164904d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.0.27 - 2020-07-08 + +- SFTP: realpath('') produced an error (#1474) +- SFTP: if /path/to/file is a file then /path/to/file/whatever errors (#1475) +- SFTP: speed up uploads (by changing SFTP upload packet size from 4KB to 32KB) +- ANSI: fix "Number of elements can't be negative" error + ## 2.0.26 - 2020-03-22 - SFTP: another attempt at speeding up uploads (#1455) From d1ca58cf33cb21046d702ae3a7b14fdacd9f3260 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Wed, 8 Jul 2020 04:08:33 -0500 Subject: [PATCH 2/2] CHANGELOG: there already was a 2.0.27 release.. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 164904d5..f38529e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,18 @@ # Changelog -## 2.0.27 - 2020-07-08 +## 2.0.28 - 2020-07-08 - SFTP: realpath('') produced an error (#1474) - SFTP: if /path/to/file is a file then /path/to/file/whatever errors (#1475) - SFTP: speed up uploads (by changing SFTP upload packet size from 4KB to 32KB) - ANSI: fix "Number of elements can't be negative" error +## 2.0.27 - 2020-05-22 + +- SFTP: another attempt at speeding up uploads (#1455) +- SSH2: try logging in with none as an auth method first (#1454) +- ASN1: fix for malformed ASN1 strings (#1456) + ## 2.0.26 - 2020-03-22 - SFTP: another attempt at speeding up uploads (#1455)