aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2021-02-14 05:32:35 +0200
committerMartin Pärtel <martin.partel@gmail.com>2021-02-14 05:32:35 +0200
commitbc3002cc464231ecdd0f1938184594f3f35ae767 (patch)
tree6218954546926b54ab8d20650cc2c25d0e1963a7
parent1369f29fd01cae5c11fa8d3cee45b44f57c89a47 (diff)
downloadbindfs-bc3002cc464231ecdd0f1938184594f3f35ae767.tar.gz
Released 1.15.0.
-rw-r--r--ChangeLog5
-rw-r--r--README.md4
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f1692f6..09730ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-02-14 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Support for libfuse3 - huge thanks to @McBane87 (PR #95)
+ * Released 1.15.0
+
2021-01-24 Martin Pärtel <martin dot partel at gmail dot com>
* Non-zero exit code when unable to chdir into source dir (issue #93).
diff --git a/README.md b/README.md
index dabaa53..3b29504 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,9 @@ use-cases need `user_allow_other` to be defined in `/etc/fuse.conf`.
## Installation ##
[FUSE](https://github.com/libfuse/libfuse) 2.8.0 or above is required.
-FUSE 3 is supported.
+FUSE 3 is supported. When using FUSE 3, libfuse 3.10.2 or newer is
+recommended to avoid a [bug with readdir](https://github.com/libfuse/libfuse/issues/583),
+though it only seems to affect a few applications.
Download a [release](https://bindfs.org/downloads/) or clone this repository.