CHANGELOG 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. 20141223 4.0
  2. - Fix handling requests for LUNs other than 0 from SCSI-2 hosts.
  3. - Handle glitches of the scsi signals to improve stability and operate with
  4. multiple devices on the SCSI bus.
  5. - Re-add parity checking. This can be disabled using scsi2sd-config if
  6. required.
  7. - Added disconnect/reconnect support during SD card writes.
  8. - Preliminary CDROM device support (incomplete)
  9. - New configuration method. Data is now stored in flash to allow room for
  10. custom VPD tables. The old eeprom configuration is ignored.
  11. - Support for up to 4 SCSI targets.
  12. - scsi2sd-config and bootloader hosts utilities are replaced by the
  13. new scsi2sd-util GUI.
  14. - Fix for SD cards with Samsung controllers which expect a "stop" bit
  15. in each SD command over SPI.
  16. - Hot-swap support. The SD card can be removed whenever it's not in use
  17. (ie. the LED must be OFF when the SD card is removed)
  18. 20140718 3.5.2
  19. - Fix blank SCSI ID in scsi2sd-config output.
  20. 20140717 3.5.1
  21. - Allow building utilities on older Linux distros
  22. - Resolve missing DLL issues for the Windows utilities
  23. - Fix scsi2sd-config crash on Mac.
  24. 20140713 3.5
  25. - Fixed several performance issues. Transfer rates up to 2.5MB/s are now
  26. possible.
  27. - Implemented the READ BUFFER scsi command for performance testing purposes.
  28. - Added support for the new "yellow" v4.2 revision boards.
  29. - Improved firmware uploading. bootloaderhost can now reset the board back
  30. to the bootloader.
  31. - Display firmware version in scsi2sd-config
  32. - Add "--reset" parameter to scsi2sd-config
  33. 20140418 3.4
  34. - Critical fix for writes when using non-standard block sizes.
  35. - Fix to ensure SCSI phase bits are set atomically.
  36. - Always return the requested number of bytes for a REQUEST SENSE command
  37. This is required to support the Ensoniq ASR-10.
  38. - Decreased (unused) heap and stack sizes to prepare for a memory
  39. write cache
  40. - Increased the maximum sector size to 8192 bytes.
  41. 20140416 3.3
  42. - Fix to SCSI Reset handling to avoid lockups
  43. - Bug fixes to improve standards compatibility
  44. - Bug fix for Unit Attention Condition, which is now enabled by default.
  45. scsi2sd-config can be used to disable it for those systems that
  46. truely require it (eg. Mac Plus).
  47. - Added Linked commands support.
  48. - Added support for configurable sector sizes between 64 and 2048 bytes.
  49. The sector size can be set via the MODE SELECT command using a SCSI
  50. format utility, or via scsi2sd-config
  51. - Powerbook firmware added
  52. 20140214 3.2
  53. - Remove hacks around ATN handling, and implement proper select-with-atn
  54. support. This fix is essential for communicating with some SCSI hosts.
  55. All SCSI2SD users are urged to upgrade to this firmware version.
  56. - More fixes to support Apple HD SC Setup (thanks to Doug Brown!)
  57. - Fixes to support SCSI1 initiators
  58. * Support non-arbitrating initiators.
  59. * Support single-initiator option.
  60. * Set CCS response format flag in INQUIRY response.
  61. 20131227 3.1
  62. - Fixes for better SCSI reset handling
  63. - Fix for reading the last sector of the SD card.
  64. - Performance improvements. 2.5x read, 2x write performance.
  65. 20131209 3.0.1
  66. - Bugfix release.
  67. - Fixes to support formatting with Apple HD SC Setup. This is very slow,
  68. Apple Drive Setup is preferred
  69. - Reliability improvement for rejecting unknown SCSI messages.
  70. - Reliability improvements for SD card initialisation and reading.
  71. 20131027 3.0
  72. - Initial public release.