aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJakob Unterwurzacher2021-08-20 17:15:27 +0200
committerJakob Unterwurzacher2021-08-20 17:16:23 +0200
commitf6be765ef6d82c1b17b5159f9eebea2d03d18e1a (patch)
tree12a9a7ae34215befcae797bc0c7a98992f14c872 /README.md
parentfbccb160438aba6f1e16b26a982122c726afee1a (diff)
README: Update changelog with -deterministic-names
Fixes https://github.com/rfjakob/gocryptfs/issues/151 Fixes https://github.com/rfjakob/gocryptfs/issues/402 Fixes https://github.com/rfjakob/gocryptfs/pull/592 Partial-fix https://github.com/rfjakob/gocryptfs/issues/108
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 17672f9..2ae0a46 100644
--- a/README.md
+++ b/README.md
@@ -208,6 +208,11 @@ RM: 2,367
Changelog
---------
+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))
+
v2.1, 2021-08-18
* `-fido2`: do not request PIN on `gocryptfs -init` fixing `FIDO_ERR_UNSUPPORTED_OPTION` with YubiKey
([#571](https://github.com/rfjakob/gocryptfs/issues/571))