]> git.apps.os.sepia.ceph.com Git - fscrypt.git/commitdiff
v0.3.4
authorEric Biggers <ebiggers@google.com>
Tue, 31 Jan 2023 06:59:20 +0000 (22:59 -0800)
committerEric Biggers <ebiggers@google.com>
Tue, 31 Jan 2023 06:59:20 +0000 (22:59 -0800)
Makefile
NEWS.md

index f1a622866035dab9cc89d9be1c9ea2ea9daedf06..0ffd1eb3803f0b6d24dbbe3c43cc5b1937a14385 100644 (file)
--- 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.3
+VERSION := v0.3.4
 
 NAME := fscrypt
 PAM_NAME := pam_$(NAME)
diff --git a/NEWS.md b/NEWS.md
index 63d5dd5ebe010bf3520b2075fd97b2b99c2ba9d7..b282b25e442688f3a93f34402d50a38536f3c776 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -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