diff --git a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj index 87591f1..087f676 100644 --- a/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj +++ b/SMBLibrary.Adapters/SMBLibrary.Adapters.csproj @@ -3,11 +3,11 @@ net20;net40;netstandard2.0 SMBLibrary.Adapters - 1.5.1 + 1.5.2 1573;1591 SMBLibrary.Adapters Tal Aloni - Copyright © Tal Aloni 2014-2023 + Copyright © Tal Aloni 2014-2024 FileSystem adapters for SMBLibrary LGPL-3.0-or-later https://github.com/TalAloni/SMBLibrary diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.csproj index dccde57..d95744c 100644 --- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj +++ b/SMBLibrary.Win32/SMBLibrary.Win32.csproj @@ -3,11 +3,11 @@ net20;net40;netstandard2.0 SMBLibrary.Win32 - 1.5.1 + 1.5.2 1573;1591 SMBLibrary.Win32 Tal Aloni - Copyright © Tal Aloni 2014-2023 + Copyright © Tal Aloni 2014-2024 Windows specific extensions for SMBLibrary LGPL-3.0-or-later https://github.com/TalAloni/SMBLibrary diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 58d2be7..1207f73 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -494,3 +494,13 @@ Revision History: Client: Calculate Authentication message MIC. NBTConnectionReceiveBuffer: Use ArrayPool rent buffers to reduce RAM usage. Added access denied ace support. + +1.5.2 - Server: ServerService: correctly handle unsupported ShareEnum levels. + Server: Use CancellationToken for send keep-alive thread if available. + Server: ConnectionState: Fix thread-safety issue. + Client: Disconnect: Invoke Socket.Close. + Client: NetBIOS over TCP: Apply timeout set by the client instead of hardcoded value. + Client: Removed unneeded connectivity check before invoking EndReceive. + SMB2Client: Support non-Microsoft servers returning MaxReadSize > MaxTransactSize + NBTConnectionReceiveBuffer: Fix thread-safety issues. + FileRenameInformationType2: Bugfix: Ensure length is at least 24 bytes. diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.csproj index d0d14e5..b7e03c3 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.csproj @@ -3,7 +3,7 @@ net20;net40;netstandard2.0 SMBLibrary - 1.5.1.3 + 1.5.2 1573;1591 SMBLibrary false diff --git a/SMBServer/SMBServer.csproj b/SMBServer/SMBServer.csproj index 6e3656d..cdd8114 100644 --- a/SMBServer/SMBServer.csproj +++ b/SMBServer/SMBServer.csproj @@ -5,7 +5,7 @@ net20;net40;netcoreapp3.1 Copyright © Tal Aloni 2014-2024 SMBServer - 1.5.1 + 1.5.2 SMBServer true