From e37e02bbbe9ae0ba9e99ec0e003b2712e4324b88 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Sat, 15 Jun 2019 09:25:06 +0300 Subject: [PATCH] SMB Server v1.3.9 --- SMBLibrary.Win32/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 3 +++ SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/SMBLibrary.Win32/Properties/AssemblyInfo.cs b/SMBLibrary.Win32/Properties/AssemblyInfo.cs index 84a0a97..09b36c4 100644 --- a/SMBLibrary.Win32/Properties/AssemblyInfo.cs +++ b/SMBLibrary.Win32/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.3.8.0")] -[assembly: AssemblyFileVersion("1.3.8.0")] +[assembly: AssemblyVersion("1.3.9.0")] +[assembly: AssemblyFileVersion("1.3.9.0")] diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index 4444417..7ffc3f7 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.3.8.0")] -[assembly: AssemblyFileVersion("1.3.8.0")] +[assembly: AssemblyVersion("1.3.9.0")] +[assembly: AssemblyFileVersion("1.3.9.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index c78de13..dc56d23 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -414,3 +414,6 @@ Revision History: NTDirectoryFileSystem: Bugfix: IO requests were not cancelled on Windows Vista and later. Moved Win32 specific functionality to separate project. Moved tests to separate project. + +1.3.9 - Server: SMB1: Improved handling of transaction subcommand failures. + NTDirectoryFileSystem: Bugfix: buffer size was reduced before subsequent calls to NtQueryDirectoryFile. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 6b8391f..5696910 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.3.8.0")] -[assembly: AssemblyFileVersion("1.3.8.0")] +[assembly: AssemblyVersion("1.3.9.0")] +[assembly: AssemblyFileVersion("1.3.9.0")]