diff options
author | Jakob Unterwurzacher | 2025-03-19 16:43:18 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2025-03-19 16:43:18 +0100 |
commit | 50eb371e9051fbcaef5aeb26198a3fd6b56061db (patch) | |
tree | c11de6df86eaae6aa12cb2e1fe1224426b7fa0a8 | |
parent | 34be08a1aa2b00784719d614f0f84f7f02bae2f1 (diff) |
README: update changelog
-rw-r--r-- | README.md | 8 | ||||
-rwxr-xr-x | package-release-tarballs.bash | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -195,8 +195,14 @@ RM: 2,367 Changelog --------- +#### v2.5.2, 2025-03-19 +* Use our own `syscallcompat.Setreuid` (and friends) wrappers + ([6b1ba584](https://github.com/rfjakob/gocryptfs/commit/6b1ba5846b17eec710a70cb6c6bf23e3f2024289)) +* Upgrade `golang.org/x/sys` again +* Provide arm64 binaries in releases in addition to amd64 + #### v2.5.1, 2025-01-23 -* **Downgrade `golang.org/x/sys` to unbreak `-allow_other` +* **Downgrade `golang.org/x/sys` to unbreak `unix.Setreuid` and `-allow_other` ([6d342f3](https://github.com/rfjakob/gocryptfs/commit/6d342f3f4f1e9468da00b141b2abaf1e55f28665), [#893](https://github.com/rfjakob/gocryptfs/issues/893), [#892](https://github.com/rfjakob/gocryptfs/issues/892))** diff --git a/package-release-tarballs.bash b/package-release-tarballs.bash index fde214e..881bce0 100755 --- a/package-release-tarballs.bash +++ b/package-release-tarballs.bash @@ -94,4 +94,6 @@ fi package_source package_static_binary +export GOARCH=arm64 +package_static_binary signing_hint |