CHANGELOG 1.6 KB

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