diff --git a/CHANGELOG.md b/CHANGELOG.md index aaaf0e1..c6dab1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,13 +7,16 @@ to update the actual links at the bottom of the file. --> +### Version 2.0.3 + +* 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]) + ### Version 2.0.2 * Fix `data_offset` being set for payload operations that don't need it ([PR #136 @chenxiaolong]) * This fixes patched stock OnePlus images from being rejected when flashing. -* 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]) Behind-the-scenes changes: diff --git a/Cargo.lock b/Cargo.lock index e1e6b4c..18e4251 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avbroot" -version = "2.0.2" +version = "2.0.3" dependencies = [ "anyhow", "assert_matches", @@ -483,7 +483,7 @@ dependencies = [ [[package]] name = "e2e" -version = "2.0.2" +version = "2.0.3" dependencies = [ "anyhow", "avbroot", @@ -2252,7 +2252,7 @@ dependencies = [ [[package]] name = "xtask" -version = "2.0.2" +version = "2.0.3" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 521bff6..f43fa33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "xtask"] resolver = "2" [workspace.package] -version = "2.0.2" +version = "2.0.3" 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 1a43bfc..b8af6a5 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.2 -versionCode=131074 +version=v2.0.3 +versionCode=131075 author=chenxiaolong description=Block A/B OTAs by clearing verification certificates diff --git a/modules/oemunlockonboot/module.prop b/modules/oemunlockonboot/module.prop index 6f89135..6a31091 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.2 -versionCode=131074 +version=v2.0.3 +versionCode=131075 author=chenxiaolong description=Enable OEM unlocking on every boot