diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index a0bee64..a3a1d7a 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.8.0")] -[assembly: AssemblyFileVersion("1.1.8.0")] +[assembly: AssemblyVersion("1.1.9.0")] +[assembly: AssemblyFileVersion("1.1.9.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 87ec16b..48856fc 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -141,3 +141,9 @@ Revision History: 1.1.8 - CreateFile: Return STATUS_NO_SUCH_FILE when file not found instead of STATUS_OBJECT_PATH_NOT_FOUND. NTFileSystemAdapter: Bugfix: FILE_DELETE_ON_CLOSE was ignored in some cases. Various Logging related improvements. + +1.1.9 - IFileSystem: Added FileOptions parameter to OpenFile. + SMB1: Added support for paths without a leading backslash. + NTFileSystemAdapter: Bugfix: FILE_OPEN_IF was not handled properly if the file exists. + IndependentNTLMAuthenticationProvider: Workaround for NTLMv2 with LmChallengeResponse length of 0 bytes. + Minor logging improvements. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 1807eb9..bfae7e6 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.8.0")] -[assembly: AssemblyFileVersion("1.1.8.0")] +[assembly: AssemblyVersion("1.1.9.0")] +[assembly: AssemblyFileVersion("1.1.9.0")]