Releases: 0x09/hfsfuse
Releases · 0x09/hfsfuse
hfsfuse-0.242
Changes:
- Improves support for disks with 4kb and greater block sizes.
- Allows the namespace used for extended attributes to be overridden at build time (#31).
- Fixes a range of bugs and edge cases that could result in spurious read errors including those reported in #32, but also for:
Full Changelog: 0.214...0.242
hfsfuse-0.214
Changes:
- Fixes an issue where reading symlinks could result in limited uninitialized stack memory disclosure from the hfsfuse process in the link destination. See #30 and 529cb8b.
- The embedded utf8proc has been updated to the current release version 2.9.0.
- libhfs has been synced from upstream NetBSD.
- Various minor build system improvements.
Full Changelog: 0.199...0.214
hfsfuse-0.199
Changes:
- Support for reading user-defined extended attributes (9ec2e0a)
- Support for HFS+ compressed (decmpfs) files (b7a838c)
- Support for default permissions for Mac OS Classic files (7100beb / dac4765)
- Better support for GNU Makefile conventions for building (70e2afe)
- Various bug fixes and other minor improvements
hfsfuse-0.153
Fix ublio/utf8proc shared libary linking order for GNU ld
hfsfuse-0.133
ublio: Explicitly include sys/types.h This contains the definition of off_t, which is often but not specifically specified to be included by sys/uio.h. Fixes building with ublio on some macOS SDKs.
hfsfuse-0.132
utf8proc: Update subtree to JuliaStrings/utf8proc 462093b
hfsfuse-0.126
Fix unused label warning when building without ublio
hfsfuse-0.121
Makefile: Use -iquote for adding local libs to include path With `-I` private headers in hfsfuse's bundled dependencies (ublio, utf8proc) and core libs can conflict with system provided headers, as these will also be searched in include directives made within system headers. Originally introduced in 8df0c23ffa111ffc0c4f5aed0d142fd8a8913530 and reported in github issue #26
hfsfuse-0.120
Merge pull request #19 from morgant/system-libs-on-openbsd Add include/lib paths for OpenBSD in Makefile. Issue #18
hfsfuse-0.118
hfsdump: replace ctime_r with portable equivalent