SMBServer v1.0.7

This commit is contained in:
Tal Aloni 2017-01-03 23:27:14 +02:00
parent 89b3ef2975
commit 0f1a691747
3 changed files with 13 additions and 9 deletions

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.6.0")] [assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.6.0")] [assembly: AssemblyFileVersion("1.0.7.0")]

View file

@ -18,3 +18,7 @@ Revision History:
Bugfix: When closing a prefetched stream, close underlying stream. Bugfix: When closing a prefetched stream, close underlying stream.
Bugfix: Proper handling of FILE_OPEN_REPARSE_POINT flag. Bugfix: Proper handling of FILE_OPEN_REPARSE_POINT flag.
Bugfix: Proper handling of Transaction2SetFileInformation requests. Bugfix: Proper handling of Transaction2SetFileInformation requests.
1.0.7 - Improved connection buffer implementation.
Improved compliance with MS-SMB when NTTransactIOCTLRequest.IsFsctl is set to false.
Report STATUS_SHARING_VIOLATION instead of STATUS_FILE_LOCK_CONFLICT on IOException when deleting a file.

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("1.0.6.0")] [assembly: AssemblyVersion("1.0.7.0")]
[assembly: AssemblyFileVersion("1.0.6.0")] [assembly: AssemblyFileVersion("1.0.7.0")]