diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index d20ed70..7cb68d1 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.2.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] +[assembly: AssemblyVersion("1.2.3.0")] +[assembly: AssemblyFileVersion("1.2.3.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index b894f7a..ec44004 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -180,3 +180,19 @@ Revision History: Added NTDirectoryFileSystem implementation for passsing-through IO requests to the local NT storage subsystem. SMBServer: SMB2: Bugfix: Last SessionSetupResponse was not signed, final async response was not signed. Minor logging improvements. + +1.2.3 - SMBServer: SMB1: ReadAndX: Added workaround for JCIFS. + SMBServer: Release connections and associated resources when stopping the server. + SMBServer: SMB1FileStoreHelper: Delete / Rename: Bugfix: The temporary file handle was not closed. + SMBServer: SMB1: Delete / Rename commands no longer require exlusive access to the file / directory being delete / renamed. + SMBServer: Bugfix: Incorrect OplockLevel was reported. + Improved SMB_COM_NT_TRANSACT response implementation. + SMBServer: SMB1: Added support for splitting SMB_COM_NT_TRANSACT transaction over multiple responses. + SMBServer: SMB1: Corrected assembly of AndX Response chain. + SMBServer: Store the share name for each open file. + SMBServer: GetSessionsInformation: Include share name when listing open files. + SMBServer: Bugfix: Keep accepting new connections after getting WSAETIMEDOUT on a new connection request. + SMBServer: SMB1: Set SMB_FLAGS2_LONG_NAMES in NT_TRANSACT_NOTIFY_CHANGE response. + NTDirectoryFileSystem: CreateFile: Workaround for using FILE_NO_INTERMEDIATE_BUFFERING and FILE_APPEND_DATA together. + NTDirectoryFileSystem: SetFileInformation will no longed modify the FileInformation instance received. + Minor logging improvement. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 6025aa9..bb6b5b6 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.2.2.0")] -[assembly: AssemblyFileVersion("1.2.2.0")] +[assembly: AssemblyVersion("1.2.3.0")] +[assembly: AssemblyFileVersion("1.2.3.0")]