SHA256
1
0
forked from pool/fuse3

- Update to release 3.12.0

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=56
This commit is contained in:
2022-09-08 12:45:01 +00:00
committed by Git OBS Bridge
parent a63aedbfa2
commit a428ac2244
6 changed files with 35 additions and 23 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 8 12:41:23 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.12.0
* The max_idle_threads parameter has been deprecated in favor
of the new max_threads* parameter
* struct fuse_loop_config is now private and has to be
constructed using fuse_loop_cfg_create()
* fuse_session_loop_mt() now accepts struct fuse_loop_config *
as NULL pointer.
* fuse_parse_cmdline() now accepts a max_threads option.
-------------------------------------------------------------------
Thu May 5 07:31:46 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>