SHA256
1
0
forked from pool/fuse3

Accepting request 652574 from home:jengelh:branches:filesystems

- Update descriptions.
- Do not make documentation mandatory.

OBS-URL: https://build.opensuse.org/request/show/652574
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=14
This commit is contained in:
David Sterba
2018-12-06 12:51:54 +00:00
committed by Git OBS Bridge
parent 4c0e42fb30
commit 1421a27a54
2 changed files with 19 additions and 15 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
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>
@@ -19,6 +25,11 @@ Mon Nov 26 13:22:12 UTC 2018 - Ismail Dönmez <idonmez@suse.com>
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.0.0
for details.
-------------------------------------------------------------------
Thu Oct 4 10:51:37 UTC 2018 - Ismail Dönmez <idonmez@suse.com>