summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-14 14:22:46 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-14 14:22:46 -0400
commit56cda916e3a3d2514f1d00ebbc167f6e0dab4fed (patch)
treef8094e38c1c56612d7490cdc48fe334e3d329e6a
parentd78ba5b3d8660bb764b19ed4858bc63abdef1899 (diff)
Bluetooth HAL workaround
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 41221d6d..dfb9f509 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -736,6 +736,7 @@
<p>Changes since the 2024031100 release:</p>
<ul>
+ <li>temporarily disable hardened_malloc for Broadcom Bluetooth HAL as a potential workaround for upstream bugs (will be reverted if it doesn't help and reverted after fixes are implemented if it does help)</li>
<li>allow users to disable GrapheneOS hardened_malloc for the Bluetooth system app via the Settings app to help with debugging issues</li>
<li>fix upstream bug breaking Wi-Fi tethering on fresh installs for the first time Wi-Fi is enabled, which didn't occur on the stock OS in practice due to it enabling Wi-Fi by default which leads to earlier initialization</li>
<li>fix upstream system_server crash in Android 14 QPR2 when installing updates to packages with an original-package application id such as Vanadium (was reported by users helping with Vanadium Alpha channel testing and we released Apps version 22 with a workaround avoiding the crash prior to this fix)</li>