Opened 3 years ago
Closed 3 years ago
#17005 closed enhancement (fixed)
fuse3-3.12.0
| Reported by: | Bruce Dubbs | Owned by: | Bruce Dubbs |
|---|---|---|---|
| Priority: | normal | Milestone: | 11.3 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (5)
comment:1 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | assigned → new |
comment:3 by , 3 years ago
| Status: | new → assigned |
|---|
comment:4 by , 3 years ago
comment:5 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fixed at commits
79f4a45d23 Update to php-8.1.10. 4852356344 Update to fuse-3.12.0. a4ac6e362b Update to libnma-1.10.2.
Note:
See TracTickets
for help on using tickets.

libfuse 3.12.0 (2022-09-08)
The following changes apply when using the most recent API (-DFUSE_USE_VERSION=312, see
example/passthrough_hp.ccfor an example for how to usse the new API):struct fuse_loop_configis now private and has to be constructed using *fuse_loop_cfg_create()* and detroyed with *fuse_loop_cfg_destroy()*. Parameters can be changed usingfuse_loop_cfg_set_*()functions.struct fuse_loop_config *as NULL pointer.