mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-29 08:49:48 +02:00
SMB Server v1.3.9
This commit is contained in:
parent
30f639fb9b
commit
e37e02bbbe
4 changed files with 9 additions and 6 deletions
|
@ -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")]
|
||||||
|
|
|
@ -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")]
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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")]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue