From dac4e8d3285dad4ca1121c6e7f84d73ad7948696 Mon Sep 17 00:00:00 2001 From: Andrew Gunnerson Date: Wed, 4 Oct 2023 14:58:01 -0400 Subject: [PATCH] Version 2.2.0 Signed-off-by: Andrew Gunnerson --- CHANGELOG.md | 6 +++++- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- modules/clearotacerts/module.prop | 4 ++-- modules/oemunlockonboot/module.prop | 4 ++-- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cba42e2..6fae686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,11 @@ to update the actual links at the bottom of the file. --> -### Unreleased +### Version 2.2.0 + +It's Android 14 release day! All versions of avbroot, including the old Python version, are compatible with Android 14 OTAs. + +Changes: * Add new unpack and pack commands for cpio archives (ramdisks) ([PR #173], [PR #178]) * Rename `header.toml` to `boot.toml` for the boot image unpack and pack commands ([PR #175]) diff --git a/Cargo.lock b/Cargo.lock index 9abcc4c..dcb2b26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -121,7 +121,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "avbroot" -version = "2.1.1" +version = "2.2.0" dependencies = [ "anyhow", "assert_matches", @@ -565,7 +565,7 @@ dependencies = [ [[package]] name = "e2e" -version = "2.1.1" +version = "2.2.0" dependencies = [ "anyhow", "attohttpc", @@ -690,7 +690,7 @@ dependencies = [ [[package]] name = "fuzz" -version = "2.1.1" +version = "2.2.0" dependencies = [ "avbroot", "honggfuzz", @@ -2117,7 +2117,7 @@ dependencies = [ [[package]] name = "xtask" -version = "2.1.1" +version = "2.2.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 014dcc6..88dc048 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["avbroot", "e2e", "fuzz", "xtask"] resolver = "2" [workspace.package] -version = "2.1.1" +version = "2.2.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 cfac714..ba77bf8 100644 --- a/modules/clearotacerts/module.prop +++ b/modules/clearotacerts/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.clearotacerts name=clearotacerts -version=v2.1.1 -versionCode=131329 +version=v2.2.0 +versionCode=131584 author=chenxiaolong description=Block A/B OTAs by clearing verification certificates diff --git a/modules/oemunlockonboot/module.prop b/modules/oemunlockonboot/module.prop index 59c1d13..6cc6d17 100644 --- a/modules/oemunlockonboot/module.prop +++ b/modules/oemunlockonboot/module.prop @@ -1,6 +1,6 @@ id=com.chiller3.avbroot.oemunlockonboot name=oemunlockonboot -version=v2.1.1 -versionCode=131329 +version=v2.2.0 +versionCode=131584 author=chenxiaolong description=Enable OEM unlocking on every boot