CHANGELOG 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. 20140713 3.5
  2. - Fixed several performance issues. Transfer rates up to 2.5MB/s are now
  3. possible.
  4. - Implemented the READ BUFFER scsi command for performance testing purposes.
  5. - Added support for the new "yellow" v4.2 revision boards.
  6. - Improved firmware uploading. bootloaderhost can now reset the board back
  7. to the bootloader.
  8. - Display firmware version in scsi2sd-config
  9. - Add "--reset" parameter to scsi2sd-config
  10. 20140418 3.4
  11. - Critical fix for writes when using non-standard block sizes.
  12. - Fix to ensure SCSI phase bits are set atomically.
  13. - Always return the requested number of bytes for a REQUEST SENSE command
  14. This is required to support the Ensoniq ASR-10.
  15. - Decreased (unused) heap and stack sizes to prepare for a memory
  16. write cache
  17. - Increased the maximum sector size to 8192 bytes.
  18. 20140416 3.3
  19. - Fix to SCSI Reset handling to avoid lockups
  20. - Bug fixes to improve standards compatibility
  21. - Bug fix for Unit Attention Condition, which is now enabled by default.
  22. scsi2sd-config can be used to disable it for those systems that
  23. truely require it (eg. Mac Plus).
  24. - Added Linked commands support.
  25. - Added support for configurable sector sizes between 64 and 2048 bytes.
  26. The sector size can be set via the MODE SELECT command using a SCSI
  27. format utility, or via scsi2sd-config
  28. - Powerbook firmware added
  29. 20140214 3.2
  30. - Remove hacks around ATN handling, and implement proper select-with-atn
  31. support. This fix is essential for communicating with some SCSI hosts.
  32. All SCSI2SD users are urged to upgrade to this firmware version.
  33. - More fixes to support Apple HD SC Setup (thanks to Doug Brown!)
  34. - Fixes to support SCSI1 initiators
  35. * Support non-arbitrating initiators.
  36. * Support single-initiator option.
  37. * Set CCS response format flag in INQUIRY response.
  38. 20131227 3.1
  39. - Fixes for better SCSI reset handling
  40. - Fix for reading the last sector of the SD card.
  41. - Performance improvements. 2.5x read, 2x write performance.
  42. 20131209 3.0.1
  43. - Bugfix release.
  44. - Fixes to support formatting with Apple HD SC Setup. This is very slow,
  45. Apple Drive Setup is preferred
  46. - Reliability improvement for rejecting unknown SCSI messages.
  47. - Reliability improvements for SD card initialisation and reading.
  48. 20131027 3.0
  49. - Initial public release.