TalAloni 5 роки тому
батько
коміт
b233b87d00

+ 2 - 2
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")]

+ 2 - 2
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")]

+ 7 - 0
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.

+ 2 - 2
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")]