From 3ac0af667256ddd5cd050d0d32c33c26999d52a7 Mon Sep 17 00:00:00 2001
From: Daniel Micay
Date: Wed, 18 Sep 2024 10:47:44 -0400
Subject: [PATCH] publish new release notes
---
static/releases.html | 26 +++++++++++++++++++++++---
1 file changed, 23 insertions(+), 3 deletions(-)
diff --git a/static/releases.html b/static/releases.html
index 85d4f9f7..b616cf89 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -99,7 +99,7 @@
Changelog
+
@@ -885,7 +906,7 @@
exclude com.android.rkpdapp from backup/restore to avoid breaking key provisioning for attestation including for Auditor (users can clear RemoteProvisioner system app data via Settings if they restored data for it and have this issue)
Pixel 9 Fold Pro: temporarily manually add overlays from the stock Pixel OS to use the correct layout for quick settings, status bar, etc. and to provide the split folded/unfolded auto-rotate settings
hardened_malloc: fix microdroid virtual machine compatibility by using armv8a+dotprod+memtag when enabling memory tagging instead of armv9+memtag
- init: disable auto-reboot setup for microdroid virtual machines
+ init: disable auto-reboot setup for microdroid virtual machines
expat: backport patches for CVE-2024-28757, CVE-2024-45490, CVE-2024-45491 and CVE-2024-45492 (none of these is exploitable on official GrapheneOS since the DoS bug involves a feature Android doesn't use, the integer overflows require that size_t is 32-bit which is never going to be the case due to the code only being used in 64-bit processes and the negative parameter API issue requires a usage pattern not done by Android, but the integer overflows would be exploitable on an official build for a 32-bit device or a 64-bit device still partially using 32-bit drivers)
kernel (5.10): update to latest GKI LTS branch revision including update to 5.10.225
kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.165
@@ -902,7 +923,6 @@
GmsCompatConfig: update to version 137
- -->