Skip to content

Commit b6ea2fe

Browse files
committed
Document fixes.
1 parent 80702f7 commit b6ea2fe

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

Renci.SshClient/Build/nuget/SSH.NET.nuspec

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,20 @@
1010
<projectUrl>http://sshnet.codeplex.com/</projectUrl>
1111
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1212
<description>This project was inspired by Sharp.SSH library which was ported from Java. This library is a complete rewrite using .NET, without any third party dependencies and to utilize the parallelism as much as possible to allow best performance you can get. SSH.NET supports .NET 3.5, .NET 4.0, Silverlight 4.0, Silverlight 5.0, Windows Phone 7.1 and Windows Phone 8.</description>
13-
<releaseNotes>2014.4.6-beta2
13+
<releaseNotes>2014.4.6-beta3
14+
==============
15+
16+
New Features:
17+
18+
* Overall performance improvements
19+
20+
Fixes:
21+
22+
* Partial reads from stream assume end (issue #1516)
23+
* Session.Disconnect() hangs forever (issue #2591)
24+
* SshData.ReadInt64() is broken (issue #2579)
25+
26+
2014.4.6-beta2
1427
==============
1528

1629
New Features:

0 commit comments

Comments
 (0)