Browse Source

iSCSI Console v1.3.5

Tal Aloni 8 years ago
parent
commit
2bb6486862

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

+ 4 - 0
ISCSI/RevisionHistory.txt

@@ -77,3 +77,7 @@ Revision History:
         Minor code cleanup and improvements.
 
 1.3.4 - Bugfix: SCSI commands will now be executed in the correct order.
+
+1.3.5 - Bugfix: iSCSI server did not increment StatSN for LoginResponsePDU / TextResponsePDU / RejectPDU.
+        The iSCSI server will now terminate a connection only after all running SCSI commands sent using that connection have been completed.
+        Minor Code cleanup.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 3 - 1
ISCSIConsole/RevisionHistory.txt

@@ -70,4 +70,6 @@ Revision History:
 
 1.3.3 - Updates to the ISCSI library.
 
-1.3.4 - Updates to the ISCSI library.
+1.3.4 - Updates to the ISCSI library.
+
+1.3.5 - Updates to the ISCSI library.