Browse Source

iSCSI Console v1.3.8

Tal Aloni 8 years ago
parent
commit
5a48b067e1

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

+ 5 - 0
ISCSI/RevisionHistory.txt

@@ -92,3 +92,8 @@ Revision History:
         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.
+        
+1.3.8 - Improvements in VHD creation mechanism.
+        Bugfix: incorrect server behavior when a single R2T was answered with a sequence of Data-Out PDUs.
+        Bugfix: iSCSI server incorrectly assumed unnegotiated connection parameters.
+        API Improvements: More control over the iSCSI server TCP listening port, including IPv6 support.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

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