Skip to content

Commit

Permalink
SMBServer v1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Dec 27, 2016
1 parent 5508c74 commit 0ee776b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 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.0.5.0")]
[assembly: AssemblyFileVersion("1.0.5.0")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]
8 changes: 7 additions & 1 deletion SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@ Revision History:

1.0.4 - Added support for IPv6.

1.0.5 - bugfix: SMB_COM_OPEN_ANDX was not returning the requested response format.
1.0.5 - Bugfix: SMB_COM_OPEN_ANDX was not returning the requested response format.
File buffering logic logic was moved to a separate class.

1.0.6 - IOException handling when opening a file.
Bugfix: Will not try to prefetch write-only streams.
Bugfix: When closing a prefetched stream, close underlying stream.
Bugfix: Proper handling of FILE_OPEN_REPARSE_POINT flag.
Bugfix: Proper handling of Transaction2SetFileInformation requests.
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.0.4.0")]
[assembly: AssemblyFileVersion("1.0.4.0")]
[assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.6.0")]

0 comments on commit 0ee776b

Please sign in to comment.