Skip to content

Commit f91f8e4

Browse files
committed
v0.3.4
1 parent a72760a commit f91f8e4

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

2121
NAME := fscrypt
2222
PAM_NAME := pam_$(NAME)

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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

525
This release contains fixes for three security vulnerabilities and related

0 commit comments

Comments
 (0)