aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-30 10:18:23 +0200
committerJakob Unterwurzacher2021-08-30 10:18:23 +0200
commitfab4ca07de338911966c096169c3885758486649 (patch)
tree8fb0732bb607158a3404145f7fd1e8cefae0abb6 /README.md
parenta99051b32452c9a781efe248c0014b65d4abddf7 (diff)
README: update changelog
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6901638..2a40861 100644
--- a/README.md
+++ b/README.md
@@ -212,9 +212,16 @@ v2.2, IN PROGRESS
* `-deterministic-names`: new option for `-init`, both for reverse and forward mode.
Disables file name randomisation & `gocryptfs.diriv` files
([#151](https://github.com/rfjakob/gocryptfs/issues/151), [#402](https://github.com/rfjakob/gocryptfs/issues/402), [#592](https://github.com/rfjakob/gocryptfs/pull/592))
+ * New feature flag! You need gocryptfs v2.2 or higher to mount a filesystem that uses this flag.
* `-xchacha`: new option for `-init` (forward mode only). Selects XChaCha20-Poly1305 for content encryption.
Gives [better performance on embedded CPUs](https://gist.github.com/rfjakob/b28383f4c84263ac7c5388ccc262e38b)
([#452](https://github.com/rfjakob/gocryptfs/issues/452))
+ * New feature flag! You need gocryptfs v2.2 or higher to mount a filesystem that uses this flag.
+* `-serialize_reads`: get rid of delay logic by taking advantage of the kernel flag
+ `FUSE_CAP_ASYNC_READ`
+ ([go-fuse commit](https://github.com/hanwen/go-fuse/commit/15a8bb029a4e1a51e10043c370970596b1fbb737),
+ [gocryptfs commit](https://github.com/rfjakob/gocryptfs/commit/a99051b32452c9a781efe248c0014b65d4abddf7))
+* Make obsolete `-devrandom` flag a no-op ([commit](https://github.com/rfjakob/gocryptfs/commit/61ef6b00a675456ee05d40f1ce44d693bc4be350))
v2.1, 2021-08-18
* `-fido2`: do not request PIN on `gocryptfs -init` fixing `FIDO_ERR_UNSUPPORTED_OPTION` with YubiKey