mirror of
https://github.com/falk-werner/webfuse
synced 2024-10-27 20:34:10 +00:00
2.0 KiB
2.0 KiB
webfuse changelog
0.8.0 (unknown)
0.7.0 (Sat Nov 14 2020)
- Feature: Allow to pass mount options to fuse
- Fix: Set C/C++ compiler version
0.6.0 (Wed Nov 11 2020)
- Feature: Reduce version numbers of dependencies to required minimum
- Fix: Remove obsolete ping_pong interval (compatibility with newer versions of libwebsockets)
0.5.0 (Sun Jul 19 2020)
- Feature: Remove dependency to libjansson
- Feature: Increase performace
- Fix: Fix deadlock reading files larger that a few KBytes (Isseue #82)
0.4.0 (Sun Jul 05 2020)
- Breaking Change: Remove CMake support (change build system to meson)
- Breaking Change: Make argument credentials const in
wf_authenticate_fn
- Breaking Change: Moved provider library into separate project
- Breaking Change: Renamed library (libwebfuse_adapter -> libwebfuse)
- Feature: Add adapter client implementation
- Feature: Allow system to choose port of webfuse server (by setting port in
wf_server_config
to 0) - Fix: Fix meson build failure when gtest or jansson are not installed
- Fix: Fix crash if libfuse is not available at runtime
0.3.0 (Fri Jun 05 2020)
- Breaking Change: Remove argument
timeout_ms
inwf_server_service
andwfp_client_service
- Breaking Change: Remove
wfp_client_ontimer
- Feature: Add meson build support
- Feature: Add
wf_server_interrupt
andwfp_client_interrupt
0.2.0 (Sun Mar 01 2020)
- Feature: Add authentication support of provider
- Feature: Add API documentation (doxygen)
- Feature: Add
mountpoint_factory
- Feature: Add option to build adapter and provider libraries separately
- Fix: Fix crash of example when using option
-h
- Fix: Fix error in
static_filesystem
providen when adding multiple files to same directory
0.1.0 (Sat Apr 27 2019)
- initial version