diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 14:49:57 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-05 14:49:57 -0400 |
| commit | d8dc09bb5d945d079e37d77d3f9139d31b9ea174 (patch) | |
| tree | fa5381c81ce8e6a1c2c494667a43ae84349eaf23 /static | |
| parent | a53dfcf86cda193de954814d41ae0231a53ec465 (diff) | |
flash-all.bat now exits on errors too
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 4cc6546f..b2741570 100644 --- a/static/releases.html +++ b/static/releases.html @@ -795,8 +795,8 @@ <li>enable memory tagging for the Pixel wifi_ext service again</li> <li>Settings: disable predictive back gesture in PIN/password input activities to fix an upstream Android vulnerability</li> <li>flash-all: remove unnecessary sleep after flashing AVB key</li> + <li>flash-all: exit on errors</li> <li>flash-all.sh: avoid false negative for <code>fastboot getvar product</code> check</li> - <li>flash-all.sh: exit on errors</li> <li>flash-all.bat: pause before existing after an error</li> <li>fastboot: add support for CLI install with the GrapheneOS optimized factory images format already used by the web installer (will reduce memory/storage usage for CLI installs and will reduce storage usage on the update servers by avoiding multiple factory image formats)</li> <li>hardened_malloc: update libdivide to 5.1</li> |
