Skip to content

Commit

Permalink
Version 2.0.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Gunnerson <[email protected]>
  • Loading branch information
chenxiaolong committed Sep 7, 2023
1 parent dd0d7f3 commit f31c413
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
to update the actual links at the bottom of the file.
-->

### Version 2.0.2
### Version 2.0.3

* 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])

### 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.

Behind-the-scenes changes:

* Move full OTA check to CLI functions to allow library functions to parse delta OTAs ([PR #135 @chenxiaolong])
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions modules/clearotacerts/module.prop
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions modules/oemunlockonboot/module.prop
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f31c413

Please sign in to comment.