Browse Source

iSCSI Console v1.3.7

Tal Aloni 8 years ago
parent
commit
28a2cfccb2

+ 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.6.0")]
-[assembly: AssemblyFileVersion("1.3.6.0")]
+[assembly: AssemblyVersion("1.3.7.0")]
+[assembly: AssemblyFileVersion("1.3.7.0")]

+ 5 - 0
ISCSI/RevisionHistory.txt

@@ -87,3 +87,8 @@ Revision History:
         API Improvements: You can now set identification information for each LUN.
         API Improvements: Added authorization API to ISCSITarget.
         Improved connection management logic.
+
+1.3.7 - Bugfix: Read/Write log entries now properly include the LUN.
+        Bugfix: SCSI Data-In PDUs were sent without ExpCmdSN / MaxCmdSN being set.
+        Each connection now use a dedicaded thread for send operations.
+        SCSITarget now implements a queue for async command execution and use a dedicated thread.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

@@ -75,3 +75,5 @@ Revision History:
 1.3.5 - Updates to the ISCSI library.
 
 1.3.6 - Updates to the ISCSI library.
+
+1.3.7 - Updates to the ISCSI library.