Skip to content

Commit 28c114e

Browse files
committed
SMBLibrary 1.5.2
1 parent 8d7a6e0 commit 28c114e

5 files changed

Lines changed: 16 additions & 6 deletions

File tree

SMBLibrary.Adapters/SMBLibrary.Adapters.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
6-
<Version>1.5.1</Version>
6+
<Version>1.5.2</Version>
77
<NoWarn>1573;1591</NoWarn>
88
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
99
<Authors>Tal Aloni</Authors>
10-
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
10+
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
1111
<PackageDescription>FileSystem adapters for SMBLibrary</PackageDescription>
1212
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>

SMBLibrary.Win32/SMBLibrary.Win32.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<PropertyGroup>
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SMBLibrary.Win32</AssemblyName>
6-
<Version>1.5.1</Version>
6+
<Version>1.5.2</Version>
77
<NoWarn>1573;1591</NoWarn>
88
<RootNamespace>SMBLibrary.Win32</RootNamespace>
99
<Authors>Tal Aloni</Authors>
10-
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
10+
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
1111
<PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription>
1212
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
1313
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>

SMBLibrary/RevisionHistory.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,3 +494,13 @@ Revision History:
494494
Client: Calculate Authentication message MIC.
495495
NBTConnectionReceiveBuffer: Use ArrayPool rent buffers to reduce RAM usage.
496496
Added access denied ace support.
497+
498+
1.5.2 - Server: ServerService: correctly handle unsupported ShareEnum levels.
499+
Server: Use CancellationToken for send keep-alive thread if available.
500+
Server: ConnectionState: Fix thread-safety issue.
501+
Client: Disconnect: Invoke Socket.Close.
502+
Client: NetBIOS over TCP: Apply timeout set by the client instead of hardcoded value.
503+
Client: Removed unneeded connectivity check before invoking EndReceive.
504+
SMB2Client: Support non-Microsoft servers returning MaxReadSize > MaxTransactSize
505+
NBTConnectionReceiveBuffer: Fix thread-safety issues.
506+
FileRenameInformationType2: Bugfix: Ensure length is at least 24 bytes.

SMBLibrary/SMBLibrary.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
55
<AssemblyName>SMBLibrary</AssemblyName>
6-
<Version>1.5.1.3</Version>
6+
<Version>1.5.2</Version>
77
<NoWarn>1573;1591</NoWarn>
88
<RootNamespace>SMBLibrary</RootNamespace>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

SMBServer/SMBServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
66
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
77
<AssemblyName>SMBServer</AssemblyName>
8-
<Version>1.5.1</Version>
8+
<Version>1.5.2</Version>
99
<RootNamespace>SMBServer</RootNamespace>
1010
<UseWindowsForms>true</UseWindowsForms>
1111
</PropertyGroup>

0 commit comments

Comments
 (0)