Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.5
VERSION := v0.3.6

NAME := fscrypt
PAM_NAME := pam_$(NAME)
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# `fscrypt` release notes

## Version 0.3.6

* Upgraded various dependencies, including `golang.org/x/crypto` where the
upgrade resolves CVE-2024-45337 and CVE-2025-22869. (These vulnerabilities
didn't actually affect `fscrypt`, as it doesn't use the relevant features.)

* `fscrypt` now requires Go 1.23 or later to build.

* Added fallback logic for when sysfs is not mounted.

* Other minor fixes and documentation improvements.

## Version 0.3.5

* Upgraded various dependencies, resolving two security alerts from GitHub.
Expand Down
Loading