Browse Source

iSCSI Console v1.4.6

Tal Aloni 6 years ago
parent
commit
e63fbbb3b0

+ 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 
 // by using the '*' as shown below:
-[assembly: AssemblyVersion("1.4.5.0")]
-[assembly: AssemblyFileVersion("1.4.5.0")]
+[assembly: AssemblyVersion("1.4.6.0")]
+[assembly: AssemblyFileVersion("1.4.6.0")]

+ 4 - 0
ISCSI/RevisionHistory.txt

@@ -130,3 +130,7 @@ Revision History:
         Added additional SCSI opcodes.
         Added PeripheralDeviceType enum.
         Added ModeParameterHeader10 / LongLBAModeParameterBlockDescriptor.
+
+1.4.6 - LUNStructure: minor updates.
+        Added SPTI implementation (Credit to Alex Bowden for leading the effort).
+        Bugfix: Advertise ErrorRecoveryLevel in discovery session login response.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

@@ -96,3 +96,5 @@ Revision History:
 1.4.4 - Updates to the ISCSI library.
 
 1.4.5 - Updates to the ISCSI library.
+
+1.4.6 - Use Control instead of Shift to show (hidden) RAM Disk creation button.