Browse Source

iSCSI Console v1.3.4

Tal Aloni 8 years ago
parent
commit
aeaa896bc1

+ 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.3.3.0")]
-[assembly: AssemblyFileVersion("1.3.3.0")]
+[assembly: AssemblyVersion("1.3.4.0")]
+[assembly: AssemblyFileVersion("1.3.4.0")]

+ 2 - 0
ISCSI/RevisionHistory.txt

@@ -75,3 +75,5 @@ Revision History:
         Bugfix: Login request during full feature phase is now properly rejected.
         Bugfix: Any PDU other than Login request is now properly rejected during the login phase once the login phase has started.
         Minor code cleanup and improvements.
+
+1.3.4 - Bugfix: SCSI commands will now be executed in the correct order.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

@@ -69,3 +69,5 @@ Revision History:
 1.3.2 - Updates to the ISCSI library.
 
 1.3.3 - Updates to the ISCSI library.
+
+1.3.4 - Updates to the ISCSI library.