From 8979cca43ea2ed15cf6ff577619298b9473d2882 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sat, 10 Jun 2023 16:31:49 +0200 Subject: README: update changelog for v2.4.0 --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c7164c3..f5783a4 100644 --- a/README.md +++ b/README.md @@ -195,10 +195,13 @@ RM: 2,367 Changelog --------- -#### vNEXT, in progress -* Attempt to directly call mount(2) before trying fusermount. This means we - can do without fusermount if running as root or in a root-like namespace - ([#697](https://github.com/rfjakob/gocryptfs/issues/697)). +#### v2.4.0, 2023-06-10 +* Try the `mount(2)` syscall before falling back to `fusermount(1)`. This means we + don't need `fusermount(1)` at all if running as root or in a root-like namespace + ([#697](https://github.com/rfjakob/gocryptfs/issues/697)) +* Fix `-extpass` mis-parsing commas ([#730](https://github.com/rfjakob/gocryptfs/issues/730)) +* Fix `rm -R` mis-reporting `write-protected directory` on gocryptfs on sshfs + ([commit](https://github.com/rfjakob/gocryptfs/commit/09954c4bdecf0ca6da65776f176dc934ffced2b0)) #### v2.3.2, 2023-04-29 * Fix incorrect file size reported after hard link creation -- cgit v1.2.3