Browse Source

iSCSI Console v1.3.6

Tal Aloni 8 years ago
parent
commit
16a8ec0eb3

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

+ 6 - 0
ISCSI/RevisionHistory.txt

@@ -81,3 +81,9 @@ Revision History:
 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.
+
+1.3.6 - API Improvements: You can now subscribe to receive iSCSIServer and/or VirtualSCSITarget log entries.
+        API Improvements: You can now provide your own implementation of SCSITarget to the iSCSI server.
+        API Improvements: You can now set identification information for each LUN.
+        API Improvements: Added authorization API to ISCSITarget.
+        Improved connection management logic.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

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