Skip to content

Commit 37b2924

Browse files
committed
v0.3.6
1 parent 6be6c2d commit 37b2924

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

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.5
19+
VERSION := v0.3.6
2020

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

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# `fscrypt` release notes
22

3+
## Version 0.3.6
4+
5+
* Upgraded various dependencies, including `golang.org/x/crypto` where the
6+
upgrade resolves CVE-2024-45337 and CVE-2025-22869. (These vulnerabilities
7+
didn't actually affect `fscrypt`, as it doesn't use the relevant features.)
8+
9+
* `fscrypt` now requires Go 1.23 or later to build.
10+
11+
* Added fallback logic for when sysfs is not mounted.
12+
13+
* Other minor fixes and documentation improvements.
14+
315
## Version 0.3.5
416

517
* Upgraded various dependencies, resolving two security alerts from GitHub.

0 commit comments

Comments
 (0)