From f3efaf3b21793aeac51107aacdb41f03fcc49033 Mon Sep 17 00:00:00 2001 From: Romain Calascibetta Date: Mon, 14 Mar 2022 15:03:06 +0100 Subject: [PATCH] CHANGES for release v0.7.1 Co-authored-by: Hannes Mehnert --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index c08c8484..baa51d24 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,15 @@ +## v0.7.1 (2022-03-14) + +* Use `note.not_openbsd` instead of `note.not-openbsd` as section name in + `solo5-stubs.ld` to be compatible with GNU ld 2.37 on e.g. Arch Linux, Fedora + 35, Alpine 3.15 (@TheLortex, #509) +* Fix `opam-release.sh`: the second variant is `-cross-aarch64` + (@dinosaure, #511) +* elftool: support manifests read from stdin or written to stdout using the `-` + character (@ehmry, #510) +* Fix the compilation of `test_tls` on `ppc64` architecture (@dinosaure, + @hannesm, #514) + ## v0.7.0 (2021-12-31) * Remove Genode bindings (#494, #506)