Skip to content

v0.2.6

Compare
Choose a tag to compare
@DarkMatterCore DarkMatterCore released this 16 Dec 07:36
  • Updated codebase to use localtime_r() instead of localtime() to avoid possible race conditions with other threads.
  • Fixed fs-libs building under Linux distros with pacman. Thanks to ITotalJustice for reporting this issue!
  • Implemented support for UMS devices that don't byteswap the Command Status Wrapper signature before sending back SCSI command responses.Thanks to rdmrocha for reporting this issue!

Resources from this release:

  • libusbhsfs_0.2.6-main-de50aeb-src.tar.bz2: full libusbhsfs source code.
  • libusbhsfs_0.2.6-main-de50aeb_ISC.tar.bz2: ISC licensed build of libusbhsfs. Only offers support for FAT filesystems (FAT12, FAT16, FAT32, exFAT).
  • libusbhsfs_0.2.6-main-de50aeb_GPLv2.tar.bz2: GPLv2+ licensed build of libusbhsfs. Offers support for FAT filesystems (FAT12, FAT16, FAT32, exFAT), NTFS and EXT filesystems (EXT2, EXT3, EXT4). Applications using this build must also be linked against NTFS-3G and lwext4 - please check the README for further information.

Both ISC and GPLv2+ archives also hold the example test application NRO linked against that version of the library.