From 96c0d78cd7c95103f4ff447bf80b8e3ad48249f374c976c9bedcf38bec7cd627 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 26 Nov 2018 13:23:34 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=5 --- fuse3.changes | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/fuse3.changes b/fuse3.changes index da3edae..b6bb050 100644 --- a/fuse3.changes +++ b/fuse3.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Nov 26 13:22:12 UTC 2018 - Ismail Dönmez + +- 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. + ------------------------------------------------------------------- Thu Oct 4 10:51:37 UTC 2018 - Ismail Dönmez