1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

chore: allow to pass mount options

This commit is contained in:
Falk Werner 2020-11-13 11:08:40 +01:00
parent 9f08154af9
commit 52c69dfb4d

View File

@ -2,10 +2,13 @@
## 0.7.0 _(unknown)_ ## 0.7.0 _(unknown)_
* __Feature:__ Allow to pass mount options to fuse
* __Fix:__ Set C/C++ compiler version
## 0.6.0 _(Wed Nov 11 2020)_ ## 0.6.0 _(Wed Nov 11 2020)_
* __Feature:__ Reduce version numbers of dependencies to required minimum * __Feature:__ Reduce version numbers of dependencies to required minimum
* __Fix:__ Remove obsolete ping_pong interval (compatibility with newer versions of libwebsockets) * __Fix:__ Remove obsolete ping_pong interval (compatibility with newer versions of libwebsockets)
## 0.5.0 _(Sun Jul 19 2020)_ ## 0.5.0 _(Sun Jul 19 2020)_