diff options
| author | Eric Biggers <ebiggers@google.com> | 2023-01-30 22:59:20 -0800 |
|---|---|---|
| committer | Eric Biggers <ebiggers@google.com> | 2023-01-30 22:59:20 -0800 |
| commit | f91f8e4fcb59d6db80e5150530a65fe39a836eb2 (patch) | |
| tree | c932ace996f06f96e8b07fdbf4a688d1c8292909 /NEWS.md | |
| parent | a72760aa794e7714496074a0264314d26fa3b4c8 (diff) | |
v0.3.4v0.3.4
Diffstat (limited to 'NEWS.md')
| -rw-r--r-- | NEWS.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,5 +1,25 @@ # `fscrypt` release notes +## Version 0.3.4 + +* `fscrypt` now requires Go 1.16 or later to build. + +* `pam_fscrypt` now supports the option `unlock_only` to disable locking of + directories on logout. + +* Fixed a bug where the number of CPUs used in the passphrase hash would be + calculated incorrectly on systems with more than 255 CPUs. + +* Added support for AES-256-HCTR2 filenames encryption. + +* Directories are now synced immediately after an encryption policy is applied, + reducing the chance of an inconsistency after a sudden crash. + +* Added Lustre to the list of allowed filesystems. + +* Added a NEWS.md file that contains the release notes, and backfilled it from + the GitHub release notes. + ## Version 0.3.3 This release contains fixes for three security vulnerabilities and related |