From dff2fff028b6315adae4cf83699781908b7b8cab Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Tue, 19 Sep 2023 23:56:58 -0400 Subject: [PATCH] Version 2.1.0 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 11 +++++++---- Cargo.lock | 6 +++--- Cargo.toml | 2 +- modules/clearotacerts/module.prop | 4 ++-- modules/oemunlockonboot/module.prop | 4 ++-- 5 files changed, 15 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 130506e..3d02eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,8 @@ to update the actual links at the bottom of the file. --> -### Version 2.0.3 +### Version 2.1.0 -* Upgrade xz version in precompiled binaries ([Issue #138], [PR #139]) - * 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]) * Add support for dm-verify FEC (forward error correction) ([Issue #145], [PR #146]) * `ota verify` and `avb verify` will now check the FEC data. * Print status and warning messages to stderr ([PR #149]) @@ -24,6 +21,12 @@ Behind-the-scenes changes: * Use bstr crate to escape mostly UTF-8 binary data ([PR #150]) * Improve error fields and error contest ([PR #153]) +### Version 2.0.3 + +* Upgrade xz version in precompiled binaries ([Issue #138], [PR #139]) + * 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]) + ### Version 2.0.2 * Fix `data_offset` being set for payload operations that don't need it ([PR #136]) diff --git a/Cargo.lock b/Cargo.lock index 04ba5b5..a707b5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,7 +109,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avbroot" -version = "2.0.3" +version = "2.1.0" dependencies = [ "anyhow", "assert_matches", @@ -520,7 +520,7 @@ dependencies = [ [[package]] name = "e2e" -version = "2.0.3" +version = "2.1.0" dependencies = [ "anyhow", "attohttpc", @@ -1866,7 +1866,7 @@ dependencies = [ [[package]] name = "xtask" -version = "2.0.3" +version = "2.1.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index f43fa33..140b37d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "xtask"] resolver = "2" [workspace.package] -version = "2.0.3" +version = "2.1.0" license = "GPL-3.0-only" edition = "2021" repository = "https://github.com/chenxiaolong/avbroot" diff --git a/modules/clearotacerts/module.prop b/modules/clearotacerts/module.prop index b8af6a5..027bd3c 100644 --- a/modules/clearotacerts/module.prop +++ b/modules/clearotacerts/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.clearotacerts name=clearotacerts -version=v2.0.3 -versionCode=131075 +version=v2.1.0 +versionCode=131328 author=chenxiaolong description=Block A/B OTAs by clearing verification certificates diff --git a/modules/oemunlockonboot/module.prop b/modules/oemunlockonboot/module.prop index 6a31091..249ea7b 100644 --- a/modules/oemunlockonboot/module.prop +++ b/modules/oemunlockonboot/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.oemunlockonboot name=oemunlockonboot -version=v2.0.3 -versionCode=131075 +version=v2.1.0 +versionCode=131328 author=chenxiaolong description=Enable OEM unlocking on every boot