Browse Source

iSCSI Console v1.3.9

Tal Aloni 8 years ago
parent
commit
aec657a175

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

+ 5 - 0
ISCSI/RevisionHistory.txt

@@ -97,3 +97,8 @@ Revision History:
         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.
+
+1.3.9 - TSIH / Target Transfer Tag are now allocated in a thread-safe way.
+        Improved logging.
+        API: Ability to add iSCSI targets while the server is running.
+        Support for login requests with the Continue bit set to 1.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

@@ -79,3 +79,5 @@ Revision History:
 1.3.7 - Updates to the ISCSI library.
 
 1.3.8 - Updates to the ISCSI library.
+
+1.3.9 - Improved logging.