CHANGELOG 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. 20140416 3.3
  2. - Fix to SCSI Reset handling to avoid lockups
  3. - Bug fixes to improve standards compatibility
  4. - Bug fix for Unit Attention Condition, which is now enabled by default.
  5. scsi2sd-config can be used to disable it for those systems that
  6. truely require it (eg. Mac Plus).
  7. - Added Linked commands support.
  8. - Added support for configurable sector sizes between 64 and 2048 bytes.
  9. The sector size can be set via the MODE SELECT command using a SCSI
  10. format utility, or via scsi2sd-config
  11. - Powerbook firmware added
  12. 20140214 3.2
  13. - Remove hacks around ATN handling, and implement proper select-with-atn
  14. support. This fix is essential for communicating with some SCSI hosts.
  15. All SCSI2SD users are urged to upgrade to this firmware version.
  16. - More fixes to support Apple HD SC Setup (thanks to Doug Brown!)
  17. - Fixes to support SCSI1 initiators
  18. * Support non-arbitrating initiators.
  19. * Support single-initiator option.
  20. * Set CCS response format flag in INQUIRY response.
  21. 20131227 3.1
  22. - Fixes for better SCSI reset handling
  23. - Fix for reading the last sector of the SD card.
  24. - Performance improvements. 2.5x read, 2x write performance.
  25. 20131209 3.0.1
  26. - Bugfix release.
  27. - Fixes to support formatting with Apple HD SC Setup. This is very slow,
  28. Apple Drive Setup is preferred
  29. - Reliability improvement for rejecting unknown SCSI messages.
  30. - Reliability improvements for SD card initialisation and reading.
  31. 20131027 3.0
  32. - Initial public release.