From ada1fc79372e11a08527ebaf747a780bf0d2c093 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Tue, 28 Jan 2020 20:44:26 +0200 Subject: [PATCH] SMB Server v1.4.0 --- SMBLibrary.Win32/Properties/AssemblyInfo.cs | 6 +++--- SMBLibrary/Properties/AssemblyInfo.cs | 6 +++--- SMBLibrary/RevisionHistory.txt | 9 +++++++++ SMBServer/Properties/AssemblyInfo.cs | 6 +++--- 4 files changed, 18 insertions(+), 9 deletions(-) diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs index 09b36c4..4b4b198 100644 --- a/SMBLibrary.Win32/Properties/AssemblyInfo.cs +++ b/SMBLibrary.Win32/Properties/AssemblyInfo.cs @@ -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")] diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index 7ffc3f7..6e3787d 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -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")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index dc56d23..c28fc8a 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -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. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 5696910..58a1321 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -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")]