diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index 1d56e8c..f45dc93 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.1.3.0")] -[assembly: AssemblyFileVersion("1.1.3.0")] +[assembly: AssemblyVersion("1.1.4.0")] +[assembly: AssemblyFileVersion("1.1.4.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 9cf2902..bc5be28 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -89,3 +89,11 @@ Revision History: API: GSS-style authentication, additional IGSSMechanism implementations can be provided. API: Added DeviceIOControl to the INTFileStore interface, relevant functionality moved to the object store layer. API: Added a SecurityContext class which will be passes to the underlying object store. + +1.1.4 - Fixed infinite loop condition. + SMB1: SMB_COM_TRANSACTION / SMB_COM_TRANSACTION2: interim response will now be sent when required. + SMB1: Improved SMB_COM_NEGOTIATE response implementation. + SMB1: Improved SMB_COM_SESSION_SETUP_ANDX request and response implementations. + SMB1: Improved SMB_COM_NT_CREATE_ANDX request implementation. + Improved NetBIOS related exception messages and documentation. + Win32: Improved secur32.dll and Netapi32.dll API compatibility. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 48f8508..45dc844 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.1.3.0")] -[assembly: AssemblyFileVersion("1.1.3.0")] +[assembly: AssemblyVersion("1.1.4.0")] +[assembly: AssemblyFileVersion("1.1.4.0")]