Browse Source

Document fixes for issues #2029 and #2400.

Gert Driesen 11 years ago
parent
commit
b1c90ea758
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Renci.SshClient/Build/nuget/SSH.NET.nuspec

+ 2 - 1
Renci.SshClient/Build/nuget/SSH.NET.nuspec

@@ -30,7 +30,6 @@
           * SshCommand doesn't cleanup subscribed events (issue #2295)
           * Lines before protocol identification string are not skipped (issue #1935 and #2223)
           * ShellStream.ReadLine produces incorrect output when reading multi-byte characters (issue #2190)
-          * Dispose and Disconnect throw SocketException when socket is not connected (issue #2148)
           * SftpClient constructor throws ArgumentException when host contains underscore (issue #1845)
           * Signing key is missing from source download (issue #2455)
           * Forwarded Port channels can get stuck waiting (issue #1558)
@@ -38,6 +37,8 @@
           * BlockCipher.Encrypt fails if input message is not padded (issue #2547)
           * ScpClient: Missing files when using DirectoryUpload (issue #1382)
           * Dynamic port forwarding slows down to a crawl (issue #2010)
+          * SendKeepAlive causes SocketException when connection is dropped (issue #2029)
+          * SocketException on Dispose or Disconnect (issue #2400)
 
           2014.4.6-beta1
           ==============