Skip to content

Commit

Permalink
v0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ebiggers committed Jan 31, 2023
1 parent a72760a commit f91f8e4
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# the License.

# Update this on each new release, along with the NEWS.md file.
VERSION := v0.3.3
VERSION := v0.3.4

NAME := fscrypt
PAM_NAME := pam_$(NAME)
Expand Down
20 changes: 20 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f91f8e4

Please sign in to comment.