From a4978aaac03135d27ff726cdaf1b56fc3266e8fc Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Mon, 18 Sep 2023 16:39:13 -0400 Subject: [PATCH] CHANGELOG.md: Add entry for PR #146 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e823dc..4329bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,8 @@ * Upgrade xz version in precompiled binaries ([Issue #138], [PR #139 @chenxiaolong]) * This fixes the `ota extract` and `ota verify` commands in some multithreaded situations. * Add `--version` option to print out avbroot's version ([Issue #138], [PR #140 @chenxiaolong]) +* Add support for dm-verify FEC (forward error correction) ([Issue #145], [PR #146 @chenxiaolong]) + * `ota verify` and `avb verify` will now check the FEC data. Behind-the-scenes changes: @@ -37,6 +39,7 @@ Behind-the-scenes changes: [Issue #138]: https://github.com/chenxiaolong/avbroot/issues/138 +[Issue #145]: https://github.com/chenxiaolong/avbroot/issues/145 [PR #130 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/130 [PR #132 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/132 [PR #135 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/135 @@ -44,4 +47,5 @@ Behind-the-scenes changes: [PR #137 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/137 [PR #139 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/139 [PR #140 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/140 +[PR #146 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/146 [PR #147 @chenxiaolong]: https://github.com/chenxiaolong/avbroot/pull/147