diff options
author | Jakob Unterwurzacher | 2025-04-05 12:24:50 +0200 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-04-05 12:24:50 +0200 |
commit | 31f17432bfdf8bd9ca93f7a18b494d13d019d862 (patch) | |
tree | cde28afecc724e601abadd2a7a9a2e8819f49206 | |
parent | c8055829c311ecaf532fd171f3a5d104f873272d (diff) |
Update changelogv2.5.3
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -195,6 +195,11 @@ RM: 2,367 Changelog --------- +#### v2.5.3, 2025-04-05 +* Fix `go install` failing with `g: malformed file path "tests/fsck/malleable_base64/27AG8t-XZH7G9ou2OSD_z\ng": invalid char '\n'` + ([c80558](https://github.com/rfjakob/gocryptfs/commit/c8055829c311ecaf532fd171f3a5d104f873272d)) +* Fix panic when go-fuse is newer than specified in go.mod ([#897](https://github.com/rfjakob/gocryptfs/issues/897)) + #### v2.5.2, 2025-03-19 * Use our own `syscallcompat.Setreuid` (and friends) wrappers ([6b1ba584](https://github.com/rfjakob/gocryptfs/commit/6b1ba5846b17eec710a70cb6c6bf23e3f2024289)) |