summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-03-14 14:22:37 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-03-14 14:22:37 -0400
commitd78ba5b3d8660bb764b19ed4858bc63abdef1899 (patch)
tree7e335b4472e3dc5fe05c755a81d1ea0370db4701
parent8de5a14356f0386cc27e8f1d908cac97868f56de (diff)
clarify Wi-Fi hotspot bug
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 610c1f45..41221d6d 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -737,7 +737,7 @@
<ul>
<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 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>
<li>Apps: update to <a href="https://github.com/GrapheneOS/Apps/releases/tag/22">version 22</a></li>
<li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/122.0.6261.119.0">version 122.0.6261.119.0</a></li>