diff options
| author | Jakob Unterwurzacher | 2021-04-24 12:26:54 +0200 | 
|---|---|---|
| committer | Jakob Unterwurzacher | 2021-04-24 12:26:54 +0200 | 
| commit | c57fd9adc9d3eba9483d3dde6bf256dd1229effc (patch) | |
| tree | b22ae3e77b6b4ac9bb4395fb41668fbb60f419fb | |
| parent | e6787379679a6062b38fe19eafc1cf61a1d2551c (diff) | |
Update README for v2.0-beta3 releasev2.0-beta3
| -rw-r--r-- | README.md | 13 | 
1 files changed, 11 insertions, 2 deletions
| @@ -190,15 +190,24 @@ RM:    3.379  Changelog  --------- -vNEXT, in progress +v2.0-beta3, 2021-04-24  * MANPAGE: Split options into sections acc. to where they apply ([#517](https://github.com/rfjakob/gocryptfs/issues/517))  * `-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)) -* **Disable ACL encryption**, it causes a lot of problems ([#543](https://github.com/rfjakob/gocryptfs/issues/543), [#536](https://github.com/rfjakob/gocryptfs/issues/536)) +* **Disable ACL encryption**, it causes a lot of problems ([#543](https://github.com/rfjakob/gocryptfs/issues/543), +  [#536](https://github.com/rfjakob/gocryptfs/issues/536))    * Old encrypted ACLs are reported by `gocryptfs -fsck` but otherwise ignored    * This fixes inheritance, but does not yet enforce them correctly +* Include `gocryptfs-xray` in binary releases ([#496](https://github.com/rfjakob/gocryptfs/issues/496)) +* go-fuse: track *most recent* parent. This improves robustness when the filesystem is modified behind +  the back of gocryptfs. Helps both with `-sharedstorage` and also without. +  ([commit 1](https://github.com/hanwen/go-fuse/commit/c3186132bf8b7a04b5e5bc27489d88181f92e4e0), +  [commit 2](https://github.com/hanwen/go-fuse/commit/a90e1f463c3f172a7690a6449fe5955a180dfec3), +  (#549)[https://github.com/rfjakob/gocryptfs/issues/549]) +* Add directory fd caching for 2x - 3x speed boost in small file ops compared to v2.0-beta2 +  ([performance numbers]https://github.com/rfjakob/gocryptfs/blob/5cb1e55714aa92a848c0fb5fc3fa7b91625210fe/Documentation/performance.txt#L73))  v2.0-beta2, 2020-11-14  * Improve [performance](Documentation/performance.txt#L69) | 
