mirror of
https://github.com/falk-werner/webfuse
synced 2026-01-19 23:39:22 +00:00
1.4 KiB
1.4 KiB
webfuse changelog
0.5.0 (unknown)
Features
- Removed dependency to libjansson
Fixes
- Fix deadlock reading files larger that a few KBytes (Isseue #82)
0.4.0 (Sun Jul 05 2020)
Breaking Changes
- Remove CMake support (change build system to meson)
- Make argument credentials const in
wf_authenticate_fn - Moved provider library into separate project
- Renamed library (libwebfuse_adapter -> libwebfuse)
New Features
- Add adapter client implementation
- Allow system to choose port of webfuse server (by setting port in
wf_server_configto 0)
Fixes
- Fix meson build failure when gtest or jansson are not installed
- Fix crash if libfuse is not available at runtime
0.3.0 (Fri Jun 05 2020)
Breaking Changes
- Remove argument
timeout_msinwf_server_serviceandwfp_client_service - Remove
wfp_client_ontimer
New Features
- Add meson build support
- Add
wf_server_interruptandwfp_client_interrupt
0.2.0 (Sun Mar 01 2020)
New Features
- Add authentication support of provider
- Add API documentation (doxygen)
- Add
mountpoint_factory - Add option to build adapter and provider libraries separately
Fixes
- Fix crash of example when using option
-h - Fix error in
static_filesystemproviden when adding multiple files to same directory
0.1.0 (Sat Apr 27 2019)
- initial version