diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-14 22:43:36 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-06-14 22:43:36 -0400 |
| commit | a6d60f4f43d77e3cd2c4314ae05b5a96f812e99f (patch) | |
| tree | 84c6b4ebb9e662bcdd5e243114c59e0225e404b0 | |
| parent | 987304b637ee294b91245f48f2906841ba2184b9 (diff) | |
clarify upstream crash bug
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index c01ab7a5..39f1325b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -790,7 +790,7 @@ <p>Changes since the 2024061300 release:</p> <ul> - <li>revert upstream refactoring of the device association code in Android 14 QPR3 due to it introducing a chain crash bug at boot</li> + <li>revert upstream refactoring of the device association code in Android 14 QPR3 due to it introducing a chain crash bug at boot in edge cases with associated devices such as paired Android Wear devices</li> <li>kernel (5.10): update to latest GKI LTS branch revision</li> <li>Vanadium: update to <a href="https://github.com/GrapheneOS/Vanadium/releases/tag/126.0.6478.71.0">version 126.0.6478.71.0</a></li> </ul> |
