From 6fb7d568cd4fe647eb7c6fa1d688dcae7b0efb93 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 12 Dec 2023 19:12:11 -0500 Subject: [PATCH] CHANGELOG.md: Add entry for PR #224 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9c736..5e76528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ * Add new `avbroot key decode-avb` command for converting AVB-encoded public keys to the standard PKCS8-encoded format ([PR #219]) * Adjust AVB sanity check to validate `*_dlkm` and `odm` specifically because some devices have an unprotected `odm_ext` partition ([PR #220]) * Add new `--otacerts-partition` option to override the autodetected partition for replacing `otacerts.zip` ([Issue #218], [PR #221]) +* Build precompiled executables as statically linked executables ([Issue #222], [PR #224]) Behind-the-scenes changes: @@ -130,6 +131,7 @@ Behind-the-scenes changes: [Issue #201]: https://github.com/chenxiaolong/avbroot/issues/201 [Issue #203]: https://github.com/chenxiaolong/avbroot/issues/203 [Issue #218]: https://github.com/chenxiaolong/avbroot/issues/218 +[Issue #222]: https://github.com/chenxiaolong/avbroot/issues/222 [PR #130]: https://github.com/chenxiaolong/avbroot/pull/130 [PR #132]: https://github.com/chenxiaolong/avbroot/pull/132 [PR #133]: https://github.com/chenxiaolong/avbroot/pull/133 @@ -185,3 +187,4 @@ Behind-the-scenes changes: [PR #219]: https://github.com/chenxiaolong/avbroot/pull/219 [PR #220]: https://github.com/chenxiaolong/avbroot/pull/220 [PR #221]: https://github.com/chenxiaolong/avbroot/pull/221 +[PR #224]: https://github.com/chenxiaolong/avbroot/pull/224