Parcourir la source

iSCSI Console v1.4.5

Tal Aloni il y a 7 ans
Parent
commit
8ebe497824

+ 2 - 2
DiskAccessLibrary/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.4.4.0")]
-[assembly: AssemblyFileVersion("1.4.4.0")]
+[assembly: AssemblyVersion("1.4.5.0")]
+[assembly: AssemblyFileVersion("1.4.5.0")]

+ 4 - 0
DiskAccessLibrary/RevisionHistory.txt

@@ -95,3 +95,7 @@ Revision History:
         NTFS: Return empty byte array when trying to read from offset larger than file length.
         NTFS: Return empty byte array when trying to read from offset larger than file length.
         LockHelper.LockAllVolumesOrNone will attempt to lock only mounted volumes.
         LockHelper.LockAllVolumesOrNone will attempt to lock only mounted volumes.
         API improvements.
         API improvements.
+
+1.4.5 - IFileSystem: Added FileOptions parameter to OpenFile.
+        DeviceInterfaceUtils: Added GetDeviceList method.
+		Minor changes and improvements.

+ 2 - 2
ISCSI/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.4.4.0")]
-[assembly: AssemblyFileVersion("1.4.4.0")]
+[assembly: AssemblyVersion("1.4.5.0")]
+[assembly: AssemblyFileVersion("1.4.5.0")]

+ 4 - 0
ISCSI/RevisionHistory.txt

@@ -126,3 +126,7 @@ Revision History:
 
 
 1.4.4 - ISCSITarget: Event notification related bugfixes.
 1.4.4 - ISCSITarget: Event notification related bugfixes.
 
 
+1.4.5 - Minor logging improvement.
+        Added additional SCSI opcodes.
+        Added PeripheralDeviceType enum.
+        Added ModeParameterHeader10 / LongLBAModeParameterBlockDescriptor.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 1 - 0
ISCSIConsole/RevisionHistory.txt

@@ -95,3 +95,4 @@ Revision History:
 
 
 1.4.4 - Updates to the ISCSI library.
 1.4.4 - Updates to the ISCSI library.
 
 
+1.4.5 - Updates to the ISCSI library.