mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-04-29 10:17:48 +02:00
SMBServer v1.1.8
This commit is contained in:
parent
b7946bafca
commit
cd07f7cbe7
3 changed files with 8 additions and 4 deletions
|
@ -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.1.7.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.7.0")]
|
||||
[assembly: AssemblyVersion("1.1.8.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.8.0")]
|
||||
|
|
|
@ -137,3 +137,7 @@ Revision History:
|
|||
Write to log when share access was denied.
|
||||
Add share information to log message where applicable.
|
||||
Various Logging related improvements.
|
||||
|
||||
1.1.8 - CreateFile: Return STATUS_NO_SUCH_FILE when file not found instead of STATUS_OBJECT_PATH_NOT_FOUND.
|
||||
NTFileSystemAdapter: Bugfix: FILE_DELETE_ON_CLOSE was ignored in some cases.
|
||||
Various Logging related improvements.
|
||||
|
|
|
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
|||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("1.1.7.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.7.0")]
|
||||
[assembly: AssemblyVersion("1.1.8.0")]
|
||||
[assembly: AssemblyFileVersion("1.1.8.0")]
|
||||
|
|
Loading…
Add table
Reference in a new issue