Browse Source

iSCSI Console v1.4.8

Tal Aloni 6 years ago
parent
commit
c89e95fc33

+ 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.4.7.0")]
-[assembly: AssemblyFileVersion("1.4.7.0")]
+[assembly: AssemblyVersion("1.4.8.0")]
+[assembly: AssemblyFileVersion("1.4.8.0")]

+ 3 - 0
ISCSI/RevisionHistory.txt

@@ -136,3 +136,6 @@ Revision History:
         Bugfix: Advertise ErrorRecoveryLevel in discovery session login response.
 
 1.4.7 - Bugfix: StatSN was not advanced after NOP-In response.
+
+1.4.8 - Bugfix: Incorrect processing of SCSIDataOutPDU in some cases.
+        Minor logging and documentation improvements.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

@@ -100,3 +100,5 @@ Revision History:
 1.4.6 - Use Control instead of Shift to show (hidden) RAM Disk creation button.
 
 1.4.7 - Updates to the ISCSI library.
+
+1.4.8 - Updates to the ISCSI library.