summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-04-02 02:40:43 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-04-02 02:42:38 -0400
commitbb0aac75aa0758dfbd40bf3add8ca76acb14fc7a (patch)
tree39eac30dd0f584895dd3f1655543192e5b813009
parentdfaa6a4a178f6566f1be0cc4b64512ca1fd2f7ee (diff)
clarify race condition fix
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index cb7b86fc..af9d4ee7 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -765,7 +765,7 @@
<ul>
<li>full 2024-04-01 security patch level (early release based on AOSP 14 April security backports since the official April AOSP and stock Pixel OS monthly releases aren't available yet)</li>
- <li>fix race condition for Wi-Fi and Bluetooth auto-turn-off</li>
+ <li>fix race condition for Wi-Fi and Bluetooth auto-turn-off leading to the first auto-turn-off timer after the first Wi-Fi or Bluetooth state update potentially not being scheduled</li>
<li>fix Wi-Fi auto-turn-off no longer handling Wi-Fi state change events not involving a Wi-Fi network</li>
<li>DocumentsUI (Files): do not delegate handling of downloaded APKs to DownloadProvider to avoid confusing install permission prompt</li>
<li>flash-all: raise minimum fastboot version to 34.0.5</li>