SMB Server v1.3.9

This commit is contained in:
Tal Aloni 2019-06-15 09:25:06 +03:00
parent 30f639fb9b
commit e37e02bbbe
4 changed files with 9 additions and 6 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.3.8.0")] [assembly: AssemblyVersion("1.3.9.0")]
[assembly: AssemblyFileVersion("1.3.8.0")] [assembly: AssemblyFileVersion("1.3.9.0")]

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.3.8.0")] [assembly: AssemblyVersion("1.3.9.0")]
[assembly: AssemblyFileVersion("1.3.8.0")] [assembly: AssemblyFileVersion("1.3.9.0")]

View file

@ -414,3 +414,6 @@ Revision History:
NTDirectoryFileSystem: Bugfix: IO requests were not cancelled on Windows Vista and later. NTDirectoryFileSystem: Bugfix: IO requests were not cancelled on Windows Vista and later.
Moved Win32 specific functionality to separate project. Moved Win32 specific functionality to separate project.
Moved tests to separate project. Moved tests to separate project.
1.3.9 - Server: SMB1: Improved handling of transaction subcommand failures.
NTDirectoryFileSystem: Bugfix: buffer size was reduced before subsequent calls to NtQueryDirectoryFile.

View file

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