Browse Source

iSCSI Console v1.4.3

Tal Aloni 7 years ago
parent
commit
cdaba92a56

+ 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.2.0")]
-[assembly: AssemblyFileVersion("1.4.2.0")]
+[assembly: AssemblyVersion("1.4.3.0")]
+[assembly: AssemblyFileVersion("1.4.3.0")]

+ 2 - 0
ISCSI/RevisionHistory.txt

@@ -121,3 +121,5 @@ Revision History:
 
 1.4.2 - Write performance has been improved (due to improved connection buffer implementation).
         Trace logging is now disabled in Release build.
+
+1.4.3 - Bugfix: Wrong sender parameter was dispatched to ISCSITarget inquiry event handlers.

+ 2 - 2
ISCSIConsole/Properties/AssemblyInfo.cs

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

+ 2 - 0
ISCSIConsole/RevisionHistory.txt

@@ -90,3 +90,5 @@ Revision History:
         Bugfix: iSCSI Server did not start (when calling Start) after a SocketException.
 
 1.4.2 - Updates to the ISCSI library.
+
+1.4.3 - .bin files will now be listed when opening a virtual disk image.