summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-14 12:17:12 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-14 12:17:12 -0400
commit8de5a14356f0386cc27e8f1d908cac97868f56de (patch)
tree107cde09df407a3ac6bd74bbc4a8c5967d01a6c5 /static
parented0bea97d9602371fdb5eacd4bd7ddadd41590f5 (diff)
avoid removing hardening for Bluetooth by default
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 837effd0..610c1f45 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -736,7 +736,7 @@
<p>Changes since the 2024031100 release:</p>
<ul>
- <li>temporary disable hardened_malloc by default for Bluetooth system app package while still allowing users to enable it via the Settings app if they want to help with testing it with the hardening intact to help find the remaining upstream bugs</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 for fresh installs, 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>
<li>Apps: update to <a href="https://github.com/GrapheneOS/Apps/releases/tag/22">version 22</a></li>