forked from pool/fuse3
Jan Engelhardt
367d22b9bf
- Update to 3.4.2 * The examples/passthrough_ll.c example filesystem has been significantly extended. * Support for copy_file_range has been added. * Build system updates for non-Linux systems. * Fixed a memory leak * Added OpenAFS and HFS+ to whitelist * Docu updates OBS-URL: https://build.opensuse.org/request/show/685928 OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=17
49 lines
2.0 KiB
Plaintext
49 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 18 06:52:39 UTC 2019 - Paolo Stivanin <info@paolostivanin.com>
|
|
|
|
- Update to 3.4.2
|
|
* The examples/passthrough_ll.c example filesystem has been significantly extended.
|
|
* Support for copy_file_range has been added.
|
|
* Build system updates for non-Linux systems.
|
|
* Fixed a memory leak
|
|
* Added OpenAFS and HFS+ to whitelist
|
|
* Docu updates
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 29 08:30:24 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Update descriptions.
|
|
- Do not make documentation mandatory.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 26 13:22:12 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
- Update to version 3.3.0
|
|
* The auto_unmount mode now works correctly in combination with
|
|
autofs.
|
|
* The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by
|
|
default unless the file system defines both a readdir() and a
|
|
readdirplus() handler.
|
|
* The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been
|
|
improved.
|
|
* Allow open /dev/fuse file descriptors to be passed via mountpoints
|
|
of the special format /dev/fd/%u. This allows mounting to be
|
|
handled by the parent so the FUSE filesystem process can run
|
|
fully unprivileged.
|
|
* Add a drop_privileges option to mount.fuse3 which causes it to open
|
|
/dev/fuse and mount the file system itself, then run the FUSE file
|
|
filesystem fully unprivileged and unable to re-acquire privilege
|
|
via setuid, fscaps, etc.
|
|
* Documented under which conditions the fuse_lowlevel_notify_*
|
|
functions may block.
|
|
* The chmod, chown, truncate, utimens and getattr handlers of
|
|
the high-level API now all receive an additional struct
|
|
fuse_file_info pointer. There are more API changes, consult
|
|
https://github.com/libfuse/libfuse/releases/tag/fuse-3.3.0
|
|
for details.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 4 10:51:37 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
|
|
|
|
- Initial release v3.2.6
|