Skip to content

Commit

Permalink
SMB Server v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Dec 13, 2017
1 parent 24a65d0 commit 4845ffd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions SMBLibrary/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]
6 changes: 6 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -360,3 +360,9 @@ Revision History:
Server: Use UTC instead of local time for DateTime values returned by the API.
Server: Maintain connection creation time and last receive time.
Server: Added an optional mechanism to disconnect connections after a specified duration of inactivity.

1.3.3 - Server: Maintain connection last send time.
Server: Added API to terminate a specific connection.
Server: Added an optional dead connection detection mechanism instead of simply disconnecting them after a specified duration of inactivity.
Client: Discard all unsolicited responses except OpLock break.
Bugfix: FormatException was thrown upon InvalidDataException in some cases.
4 changes: 2 additions & 2 deletions SMBServer/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.3.2.0")]
[assembly: AssemblyFileVersion("1.3.2.0")]
[assembly: AssemblyVersion("1.3.3.0")]
[assembly: AssemblyFileVersion("1.3.3.0")]

0 comments on commit 4845ffd

Please sign in to comment.