diff options
author | Jakob Unterwurzacher | 2021-02-06 16:47:27 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-02-06 16:47:27 +0100 |
commit | 5d498f3a24ea277aff7db0f78e0153383e473dc6 (patch) | |
tree | 14027d36a838c1b3c109175fbefabc435472699e | |
parent | 80a651a19474c78b1b2716cbf8c85ffd78698823 (diff) |
README: mention MacFUSE v4.x support
https://github.com/rfjakob/gocryptfs/issues/544
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -195,6 +195,7 @@ vNEXT, in progress * `-idle`: count cwd inside the mount as busy ([#533](https://github.com/rfjakob/gocryptfs/issues/533)) * Make `gocryptfs.diriv` and `gocryptfs.xxx.name` files world-readable to make encrypted backups easier when mounting via [/etc/fstab](Documentation/MANPAGE.md#fstab) ([#539](https://github.com/rfjakob/gocryptfs/issues/539)) +* Make it work with MacFUSE v4.x ([#524](https://github.com/rfjakob/gocryptfs/issues/524)) v2.0-beta2, 2020-11-14 * Improve [performance](Documentation/performance.txt#L69) |