SMBServer v1.0.6

This commit is contained in:
Tal Aloni 2016-12-27 10:56:15 +02:00
parent 5508c749ce
commit 0ee776be98
3 changed files with 11 additions and 5 deletions

View file

@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// //
// You can specify all the values or you can default the Revision and Build Numbers // You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below: // by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.5.0")] [assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.5.0")] [assembly: AssemblyFileVersion("1.0.6.0")]

View file

@ -10,5 +10,11 @@ Revision History:
1.0.4 - Added support for IPv6. 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. 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.

View file

@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number // Build Number
// Revision // Revision
// //
[assembly: AssemblyVersion("1.0.4.0")] [assembly: AssemblyVersion("1.0.6.0")]
[assembly: AssemblyFileVersion("1.0.4.0")] [assembly: AssemblyFileVersion("1.0.6.0")]