diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-14 22:00:42 -0400 |
|---|---|---|
| committer | GrapheneOS <contact@grapheneos.org> | 2024-03-14 22:00:42 -0400 |
| commit | 0b68813e4cf13782d95fde42fa050e7b57a2c31a (patch) | |
| tree | 93b6914d9f58bc1e2cf41982e16303c8ad9253a5 | |
| parent | 356dc4d2c7e35d9f165bb65ada5209facb5fcf3d (diff) | |
clarify recent fixes/workarounds are for QPR2
| -rw-r--r-- | static/releases.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index 7182f76c..b31ef0c8 100644 --- a/static/releases.html +++ b/static/releases.html @@ -752,9 +752,9 @@ <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>temporarily disable hardened_malloc for Broadcom Bluetooth HAL as a potential workaround for upstream bugs in Android 14 QPR2 (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 upstream bugs</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 bug in Android 14 QPR2 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> |
