RevisionHistory.txt 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. Revision History:
  2. -----------------
  3. 1.0.0 - Initial release.
  4. 1.0.1 - Support for multiple connections to the iSCSI server (one connection per session).
  5. Disabled unnecessary disk read operations when logging is turned off.
  6. 1.0.2 - Write operation to disk is now performed only when the complete SCSI command data has been received.
  7. Support for iSCSI command queue.
  8. 1.0.6 - Fixed protocol related bugs.
  9. Properly handle implicit logout.
  10. Improved logging.
  11. 1.0.7 - Added support for the 'Request Sense' command.
  12. 1.0.8 - Nagle's algorithm has been disabled.
  13. Unsupported SCSI CDBs are now properly rejected.
  14. 1.0.9 - Minor bugfix.
  15. 1.1.0 - Minor bugfix.
  16. 1.1.1 - Read requests outside LBA range are now returning the proper SCSI status.
  17. 1.1.2 - Improved support for multiple connections to the iSCSI server.
  18. 1.1.3 - Bugfix: CRC error was reported on all I/O errors.
  19. 1.1.4 - Increased receive buffer size to 128KB.
  20. Added timestamp to log.
  21. 1.1.5 - The log file is now written directly to disk, without passing through the file system cache.
  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.