Skip to content

Stable release v1.29.0

Compare
Choose a tag to compare
@hasse69 hasse69 released this 12 Mar 21:12
· 48 commits to master since this release

Release Notes

  • Fixed
    • Restart warmup at manual cache invalidation
    • Fix a problem with corrupt/invalid size field
    • Fix a crash issue in readdir callback
    • Shutdown cache warmup before fs terminates
    • Fix regression for issue #114
    • Fix SIGUSR1 crash
    • Fix a mutex problem in readdir callback
    • Fix cache invalidation for child entries
    • Reduce memory footprint during archive scan
    • Fix minor argument parsing bug
    • Add missing call to closedir() in one error branch
    • Fix building with libc++. (#123)
    • Fix broken install of compressed man-page
  • New/Changed
    • Improve error reporting (#133)
    • Simplify some directory cache logic
    • Improve speed when listing archives with many directories
    • Rename mutex for file/directory cache access
    • Add optional cache warmup
    • Replace cache mutexes with rwlocks
    • Add locale mount option
    • Add 'unrar' to .gitignore (#126)
    • Remove unused iconv support
    • Accept pre-mounted FUSE descriptor (#121)