소스 검색

Document fix for issue #2399.

Gert Driesen 11 년 전
부모
커밋
67a0242dc0
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Renci.SshClient/Build/nuget/SSH.NET.nuspec

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

@@ -24,6 +24,7 @@ Fixes:
     * Client channels are no longer closed on dispose (issue #1943)
     * SftpClient.Exists(string) returns true for a path that does not exist (issues #1952, #1696 and #1574)
     * ObjectDisposedException when channel is closing (issues #1942 and #1944)
+    * Stack overflow during authentication when server returns same allowed methods after partial success (issue #2399)
 
 2014.4.6-beta1
 ==============