Skip to content

libfuse 3.0.2

Compare
Choose a tag to compare
@Nikratio Nikratio released this 24 May 21:00
· 621 commits to master since this release
fuse-3.0.2

This is a bugfix release with no major new features.

Full list of changes (from ChangeLog.rst):

  • Option parsing for the high-level API now works correctly
    (previously, default values would override specified values).
  • Tests should now build (and run) under FreeBSD.
  • Improved documentation of struct fuse_context
  • Internal: calculate request buffer size from page size and kernel
    page limit instead of using hardcoded 128 kB limit.