summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-05-21 11:34:48 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-05-21 11:52:26 -0400
commit9b05d1595ea81b69117978905508a725dc11699e (patch)
tree22afadf94807c9071e359bf9868790ea3d9f6bcb /static
parent8389c6c1b143bfcad4c92c961d9f958e03a5ec30 (diff)
backport of wipe-without-reboot support
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 29ec6064..2c5874bf 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -773,6 +773,7 @@
<p>Changes since the 2024051500 release:</p>
<ul>
+ <li>add backport of the upstream Android implementation of wipe-without-reboot, which is the full fix for the ability to interrupt factory resets triggered by device admin apps (CVE-2024-29748 reported by GrapheneOS) and provides the infrastructure needed for our upcoming duress PIN/password feature in a much simpler way via existing HAL APIs</li>
<li>temporarily disable memory tagging for the Pixel camera provider and wifi_ext services due to incompatibilities found by users which should be addressed in an upcoming release of AOSP and the stock Pixel OS</li>
<li>Pixel 4a (5G), Pixel 5: omit Pixel Camera Services since it doesn't provide useful functionality and is broken due to these devices not being supported anymore by the current releases</li>
<li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.152</li>