From 0ee776be98e7aafc5940988681e9bd78591e48a8 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Tue, 27 Dec 2016 10:56:15 +0200 Subject: [PATCH] SMBServer v1.0.6 --- SMBLibrary/Properties/AssemblyInfo.cs | 4 ++-- SMBLibrary/RevisionHistory.txt | 8 +++++++- SMBServer/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/SMBLibrary/Properties/AssemblyInfo.cs b/SMBLibrary/Properties/AssemblyInfo.cs index e133a0a..6c15e38 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.0.5.0")] -[assembly: AssemblyFileVersion("1.0.5.0")] +[assembly: AssemblyVersion("1.0.6.0")] +[assembly: AssemblyFileVersion("1.0.6.0")] diff --git a/SMBLibrary/RevisionHistory.txt b/SMBLibrary/RevisionHistory.txt index 2d3ef06..0ee1b94 100644 --- a/SMBLibrary/RevisionHistory.txt +++ b/SMBLibrary/RevisionHistory.txt @@ -10,5 +10,11 @@ Revision History: 1.0.4 - Added support for IPv6. -1.0.5 - bugfix: SMB_COM_OPEN_ANDX was not returning the requested response format. +1.0.5 - Bugfix: SMB_COM_OPEN_ANDX was not returning the requested response format. File buffering logic logic was moved to a separate class. + +1.0.6 - IOException handling when opening a file. + Bugfix: Will not try to prefetch write-only streams. + Bugfix: When closing a prefetched stream, close underlying stream. + Bugfix: Proper handling of FILE_OPEN_REPARSE_POINT flag. + Bugfix: Proper handling of Transaction2SetFileInformation requests. diff --git a/SMBServer/Properties/AssemblyInfo.cs b/SMBServer/Properties/AssemblyInfo.cs index 70b190d..45a2e83 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.0.4.0")] -[assembly: AssemblyFileVersion("1.0.4.0")] +[assembly: AssemblyVersion("1.0.6.0")] +[assembly: AssemblyFileVersion("1.0.6.0")]