Selaa lähdekoodia

SMBServer v1.1.8

Tal Aloni 8 vuotta sitten
vanhempi
commit
cd07f7cbe7

+ 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 
 // 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.1.7.0")]
-[assembly: AssemblyFileVersion("1.1.7.0")]
+[assembly: AssemblyVersion("1.1.8.0")]
+[assembly: AssemblyFileVersion("1.1.8.0")]

+ 4 - 0
SMBLibrary/RevisionHistory.txt

@@ -137,3 +137,7 @@ Revision History:
         Write to log when share access was denied.
         Write to log when share access was denied.
         Add share information to log message where applicable.
         Add share information to log message where applicable.
         Various Logging related improvements.
         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.

+ 2 - 2
SMBServer/Properties/AssemblyInfo.cs

@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
 //      Build Number
 //      Build Number
 //      Revision
 //      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")]