Opened 8 years ago
Closed 8 years ago
#9754 closed enhancement (fixed)
fuse3-3.2.0
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor version.
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 8 years ago
Support for building with autotools has been dropped.
Added new fuse_invalidate_path() routine for cache invalidation from the high-level FUSE API, along with an example and tests.
There's a new printcap example that can be used to determine the capabilities of the running kernel.
fuse_loop_mt() now returns the minus the actual errno if there was an error (instead of just -1).
fuse_loop() no longer returns a positive value if the filesystem loop was terminated without errors or signals.
Improved documentation of fuse_lowlevel_notify_* functions.
fuse_lowlevel_notify_inval_inode() and fuse_lowlevel_notify_inval_entry() now return -ENOSYS instead of an undefined error if the function is not supported by the kernel.
Documented the special meaning of the zero offset for the fuse_fill_dir_t function.
The passthrough_fh example now works under FreeBSD.
libfuse can now be build without libiconv.
Fixed support for FUSE_CAP_POSIX_ACL: setting this capability flag had no effect in the previous versions of libfuse 3.x; now ACLs should actually work.
Fixed a number of compilation problems under FreeBSD.
Fixed installation directory for udev rules.
Fixed compilation with LTO.
heads up: it requires meson to build