소스 검색

SMB Server v1.3.9

Tal Aloni 5 년 전
부모
커밋
e37e02bbbe
4개의 변경된 파일9개의 추가작업 그리고 6개의 파일을 삭제
  1. 2 2
      SMBLibrary.Win32/Properties/AssemblyInfo.cs
  2. 2 2
      SMBLibrary/Properties/AssemblyInfo.cs
  3. 3 0
      SMBLibrary/RevisionHistory.txt
  4. 2 2
      SMBServer/Properties/AssemblyInfo.cs

+ 2 - 2
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")]

+ 2 - 2
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")]

+ 3 - 0
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.

+ 2 - 2
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")]