diff options
author | Jakob Unterwurzacher | 2021-10-20 15:16:31 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2021-10-20 15:16:31 +0200 |
commit | 4ba0ced3c704c1cc8696ea76d96822efdd1c7157 (patch) | |
tree | 8f3787d9d15c53836f7a03f5654a4d7674e6ca09 /README.md | |
parent | b0bddc5ed07d7c2f8f1e64a1cc6ea5d0543dd7fa (diff) |
README: update changelog for v2.2.1v2.2.1
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -196,6 +196,14 @@ RM: 2,367 Changelog --------- +#### v2.2.1, 2021-10-20 +* Fix `-force_owner` only taking effect after 2 seconds ([#609](https://github.com/rfjakob/gocryptfs/issues/609)). + This was a regression introduced in v2.0. +* MacOS: Fix build.bash failure with error `date: illegal option -- -` when `SOURCE_DATE_EPOCH` is set + ([#570](https://github.com/rfjakob/gocryptfs/issues/570)) +* `-init`: suggest xchacha on CPUs without AES acceleration ([commit](https://github.com/rfjakob/gocryptfs/commit/e8e35982845f36e714b915350eaf6855487aa0e8)) +* `-info`: add contentEncryption to output + #### v2.2.0, 2021-09-25 * **`-deterministic-names`: new option for `-init`**, both for reverse and forward mode. Disables file name randomisation & `gocryptfs.diriv` files |