summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-08-28 16:20:45 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-28 16:20:56 -0400
commit880568230988ec35e88859985640d5c1e339306f (patch)
tree77112ebf2e2c27e3cc813161213c04cb3a1029a3 /static
parent1fb198297df4d8766a38a49b8cba85765788f76c (diff)
erase DPM partitions as part of flashing
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 2020a7c0..24b81cf9 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -582,6 +582,7 @@
<ul>
<li>improve safety of factory images flashing scripts by flashing the SoC firmware to the inactive slot, switching to it and then flashing it to the previously active slot before proceeding with flashing the OS (this provides a high level of safety for devices like 6th generation Pixels doing boot chain anti-rollback despite the fact that they neglected to provide firmware handling flashing safely)</li>
+ <li>Pixel 6, Pixel 6 Pro, Pixel 6a: erase DPM partitions in factory images flashing scripts</li>
<li>System Updater: catch ServiceSpecificException thrown by UpdateEngine.applyPayload(...) in some cases to properly report the error via a notification</li>
<li>carriersettings-extractor: fix handling currently mostly unused field (not going to make any difference to users in practice, but may become more relevant in the future)</li>
</ul>