CHANGELOG 2.0 KB

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