Update README for v2.0-beta3 release
This commit is contained in:
parent
e678737967
commit
c57fd9adc9
13
README.md
13
README.md
@ -190,15 +190,24 @@ RM: 3.379
|
|||||||
Changelog
|
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))
|
* 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))
|
* `-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
|
* 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))
|
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))
|
* 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
|
* Old encrypted ACLs are reported by `gocryptfs -fsck` but otherwise ignored
|
||||||
* This fixes inheritance, but does not yet enforce them correctly
|
* 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
|
v2.0-beta2, 2020-11-14
|
||||||
* Improve [performance](Documentation/performance.txt#L69)
|
* Improve [performance](Documentation/performance.txt#L69)
|
||||||
|
Loading…
Reference in New Issue
Block a user