aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Biggers <ebiggers@google.com>2025-11-04 14:07:41 -0800
committerEric Biggers <ebiggers@google.com>2025-11-04 14:08:18 -0800
commit37b292434bbb79b2b145a6ede9d53dadacb6870e (patch)
treeed42fae40c3e59c20cbe628d836c4f14d43bbfa0
parent6be6c2d10b6d4e30787038910ce9fd2ce70723b8 (diff)
v0.3.6v0.3.6
-rw-r--r--Makefile2
-rw-r--r--NEWS.md12
2 files changed, 13 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cc8deb..a9cc968 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
diff --git a/NEWS.md b/NEWS.md
index 7330927..45eeeca 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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.