From bfbf64fd4db9f3c9b129ef9661804b0ce6389062 Mon Sep 17 00:00:00 2001 From: drieseng Date: Sat, 25 Jun 2016 14:20:07 +0200 Subject: [PATCH] Consider improved performance of ScpClient as a change/feature not a fix. --- build/nuget/SSH.NET.nuspec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/build/nuget/SSH.NET.nuspec b/build/nuget/SSH.NET.nuspec index f3da2eb1..690564b8 100644 --- a/build/nuget/SSH.NET.nuspec +++ b/build/nuget/SSH.NET.nuspec @@ -13,11 +13,14 @@ 2016.0.0-beta2 ============== +Changes: + + * Improved performance of ScpClient (GitHub issue #21) + Fixes: * Terminal width (pixels) is not passed in pty-req * Stopping ForwardedPortDynamic without ever having started would result in a NRE - * SCP transfer is slow (GitHub issue #21) 2016.0.0-beta1 ==============