RevisionHistory.txt 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. Revision History:
  2. -----------------
  3. 1.0.0 - Initial release as an independent program (previously part of Raid5Manager).
  4. 1.0.1 - Attach command now offers full control over target name.
  5. 1.0.2 - Help screens have been improved.
  6. 1.0.3 - Disabled file system caching for virtual disks.
  7. 1.0.4 - Added VHD compatibility check.
  8. Added limited VMDK support.
  9. 1.0.5 - Fixed VMDK related bug (flat files that have a space in their filename).
  10. Added support for reading a monolithic sparse VMDK.
  11. 1.0.6 - Fixed protocol related bugs.
  12. Properly handle implicit logout.
  13. Improved logging.
  14. 1.0.7 - Added support for the 'Request Sense' command.
  15. 1.0.8 - Nagle's algorithm has been disabled.
  16. Unsupported SCSI CDBs are now properly rejected.
  17. 1.0.9 - Improved support for Windows Vista and newer.
  18. 1.1.0 - Better handling of unsupported VHDs / VMDKs.
  19. 1.1.1 - Read requests outside LBA range are now returning the proper SCSI status.
  20. 1.1.2 - Improved support for multiple connections to the iSCSI server.
  21. 1.1.6 - Minor UI enhancements.
  22. 1.1.7 - Bugfix: The NOP-Out response did not have the 'Initiator Task Tag' field set.
  23. 1.1.8 - Added support for the Reserve6, Release6 SCSI commands.
  24. Added support for the Control mode page (0x0A) PageCode for the ModeSense6 SCSI command.
  25. 1.1.9 - Added support for the Read6, Write6 SCSI commands.
  26. Added support for the Block Limits (0xB0), Block Device Characteristics (0xB1) VPD pages.
  27. Unsupported SCSI commands are now properly reported to the initiator.
  28. 1.2.0 - Disk images are now locked for exclusive access.
  29. 1.2.1 - We now use noncached I/O operations when working with virtual disks.
  30. 1.2.2 - Updates to the ISCSI library.
  31. 1.2.3 - Updates to the ISCSI library.
  32. 1.2.4 - Updates to the ISCSI library.
  33. 1.2.5 - Updates to the ISCSI library.
  34. 1.2.6 - Updates to the ISCSI library.
  35. 1.2.7 - Updates to the ISCSI library.
  36. 1.2.8 - Updates to the ISCSI library.
  37. 1.2.9 - Updates to the ISCSI library.
  38. 1.3.0 - Updates to the ISCSI library.
  39. 1.3.1 - Updates to the ISCSI library.
  40. 1.3.2 - Updates to the ISCSI library.
  41. 1.3.3 - Updates to the ISCSI library.
  42. 1.3.4 - Updates to the ISCSI library.
  43. 1.3.5 - Updates to the ISCSI library.
  44. 1.3.6 - Updates to the ISCSI library.
  45. 1.3.7 - Updates to the ISCSI library.
  46. 1.3.8 - Updates to the ISCSI library.
  47. 1.3.9 - Improved logging.
  48. 1.4.0 - Replaced the Command-line interface with a GUI.
  49. 1.4.1 - Improved exception handling when opening a disk image.
  50. Added author information to the status bar.
  51. Added (hidden) option to create a RAM Disk.
  52. Bugfix: iSCSI Server did not start (when calling Start) after a SocketException.
  53. 1.4.2 - Updates to the ISCSI library.
  54. 1.4.3 - .bin files will now be listed when opening a virtual disk image.
  55. 1.4.4 - Updates to the ISCSI library.
  56. 1.4.5 - Updates to the ISCSI library.
  57. 1.4.6 - Use Control instead of Shift to show (hidden) RAM Disk creation button.
  58. 1.4.7 - Updates to the ISCSI library.
  59. 1.4.8 - Updates to the ISCSI library.
  60. 1.4.9 - Updates to the ISCSI library.
  61. 1.5.0 - Writing to a Dynamic VHD is now supported.
  62. Updates to the ISCSI library.
  63. 1.5.1 - Bugfix: 'Read only' checkbox was ignored.