mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-05-10 15:28:18 +02:00
SMB Server v1.4.0
This commit is contained in:
parent
4ac07b6ea3
commit
ada1fc7937
4 changed files with 18 additions and 9 deletions
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Tal Aloni")]
|
||||
[assembly: AssemblyProduct("SMBLibrary.Win32")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// 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.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.9.0")]
|
||||
[assembly: AssemblyVersion("1.4.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Tal Aloni")]
|
||||
[assembly: AssemblyProduct("SMBLibrary")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
|
|||
//
|
||||
// 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.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.9.0")]
|
||||
[assembly: AssemblyVersion("1.4.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||
|
|
|
@ -417,3 +417,12 @@ Revision History:
|
|||
|
||||
1.3.9 - Server: SMB1: Improved handling of transaction subcommand failures.
|
||||
NTDirectoryFileSystem: Bugfix: buffer size was reduced before subsequent calls to NtQueryDirectoryFile.
|
||||
|
||||
1.4.0 - Server: Bugfix: Collection was modified in a non thread-safe way.
|
||||
NTFileSystemAdapter: Return STATUS_END_OF_FILE when applicable.
|
||||
NTFileSystemAdapter: Minor logging improvement.
|
||||
Server: SMB2: Bugfix: Invalid change notify interim response was sent when the object store did not support change notifications.
|
||||
Client: Fixed a bug related to localhost communication.
|
||||
Client: NetBios: Added NameServiceClient.
|
||||
Client: Improved NetBios over TCP support.
|
||||
NetBios: Minor implementation improvements.
|
||||
|
|
|
@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("Tal Aloni")]
|
||||
[assembly: AssemblyProduct("SMBServer")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2019")]
|
||||
[assembly: AssemblyCopyright("Copyright © Tal Aloni 2014-2020")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.3.9.0")]
|
||||
[assembly: AssemblyFileVersion("1.3.9.0")]
|
||||
[assembly: AssemblyVersion("1.4.0.0")]
|
||||
[assembly: AssemblyFileVersion("1.4.0.0")]
|
||||
|
|
Loading…
Add table
Reference in a new issue