From b233b87d00863fd49ef3fec849496615930e2bcc Mon Sep 17 00:00:00 2001 From: TalAloni Date: Sat, 15 Feb 2020 15:07:16 +0200 Subject: [PATCH] SMB Server v1.4.1 --- SMBLibrary.Win32/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 7 +++++++ SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs index 4b4b198..9b39bac 100644 --- a/SMBLibrary.Win32/Properties/AssemblyInfo.cs +++ b/SMBLibrary.Win32/Properties/AssemblyInfo.cs @@ -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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")] diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index 6e3787d..150a4d4 100644 --- a/SMBLibrary/Properties/AssemblyInfo.cs +++ b/SMBLibrary/Properties/AssemblyInfo.cs @@ -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.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index c28fc8a..066ef05 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -426,3 +426,10 @@ Revision History: Client: NetBios: Added NameServiceClient. Client: Improved NetBios over TCP support. NetBios: Minor implementation improvements. + +1.4.1 - Server: Enabled SMB 2.1 Large MTU support. + Client: Enabled SMB 2.1 Large MTU support. + Client: Disconnect connection when inappropriate NetBIOS session packet is received. + SessionPacket: Added support for SMB 2.1 Large MTU. + NBTConnectionReceiveBuffer: Added support for SMB 2.1 Large MTU. + Added VS2019 solution and projects. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 58a1321..0db9ad8 100644 --- a/SMBServer/Properties/AssemblyInfo.cs +++ b/SMBServer/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("1.4.0.0")] -[assembly: AssemblyFileVersion("1.4.0.0")] +[assembly: AssemblyVersion("1.4.1.0")] +[assembly: AssemblyFileVersion("1.4.1.0")]