File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1616# the License.
1717
1818# Update this on each new release, along with the NEWS.md file.
19- VERSION := v0.3.3
19+ VERSION := v0.3.4
2020
2121NAME := fscrypt
2222PAM_NAME := pam_$(NAME )
Original file line number Diff line number Diff line change 11# ` fscrypt ` release notes
22
3+ ## Version 0.3.4
4+
5+ * ` fscrypt ` now requires Go 1.16 or later to build.
6+
7+ * ` pam_fscrypt ` now supports the option ` unlock_only ` to disable locking of
8+ directories on logout.
9+
10+ * Fixed a bug where the number of CPUs used in the passphrase hash would be
11+ calculated incorrectly on systems with more than 255 CPUs.
12+
13+ * Added support for AES-256-HCTR2 filenames encryption.
14+
15+ * Directories are now synced immediately after an encryption policy is applied,
16+ reducing the chance of an inconsistency after a sudden crash.
17+
18+ * Added Lustre to the list of allowed filesystems.
19+
20+ * Added a NEWS.md file that contains the release notes, and backfilled it from
21+ the GitHub release notes.
22+
323## Version 0.3.3
424
525This release contains fixes for three security vulnerabilities and related
You can’t perform that action at this time.
0 commit comments