Skip to content

Commit

Permalink
SMBLibrary 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TalAloni committed Jun 5, 2024
1 parent 8d7a6e0 commit 28c114e
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
4 changes: 2 additions & 2 deletions SMBLibrary.Adapters/SMBLibrary.Adapters.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary.Adapters</AssemblyName>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Adapters</RootNamespace>
<Authors>Tal Aloni</Authors>
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<PackageDescription>FileSystem adapters for SMBLibrary</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
Expand Down
4 changes: 2 additions & 2 deletions SMBLibrary.Win32/SMBLibrary.Win32.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary.Win32</AssemblyName>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary.Win32</RootNamespace>
<Authors>Tal Aloni</Authors>
<Copyright>Copyright © Tal Aloni 2014-2023</Copyright>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<PackageDescription>Windows specific extensions for SMBLibrary</PackageDescription>
<PackageLicenseExpression>LGPL-3.0-or-later</PackageLicenseExpression>
<PackageProjectUrl>https://github.com/TalAloni/SMBLibrary</PackageProjectUrl>
Expand Down
10 changes: 10 additions & 0 deletions SMBLibrary/RevisionHistory.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion SMBLibrary/SMBLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>net20;net40;netstandard2.0</TargetFrameworks>
<AssemblyName>SMBLibrary</AssemblyName>
<Version>1.5.1.3</Version>
<Version>1.5.2</Version>
<NoWarn>1573;1591</NoWarn>
<RootNamespace>SMBLibrary</RootNamespace>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
Expand Down
2 changes: 1 addition & 1 deletion SMBServer/SMBServer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<TargetFrameworks>net20;net40;netcoreapp3.1</TargetFrameworks>
<Copyright>Copyright © Tal Aloni 2014-2024</Copyright>
<AssemblyName>SMBServer</AssemblyName>
<Version>1.5.1</Version>
<Version>1.5.2</Version>
<RootNamespace>SMBServer</RootNamespace>
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
Expand Down

0 comments on commit 28c114e

Please sign in to comment.