diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-06 02:16:02 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-02-06 02:16:02 -0500 |
| commit | 45d6ac497c183dc9b89843429b22e98ce165f721 (patch) | |
| tree | 32cdb89f9115a728756ec0f80ff39b2bde2b4433 | |
| parent | e64cf703d81420e6f043f1a43800fae5755085f5 (diff) | |
clarify wording
| -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 90162a4f..a8c14cbf 100644 --- a/static/releases.html +++ b/static/releases.html @@ -753,7 +753,7 @@ <li>full 2024-02-01 security patch level</li> <li>full 2024-02-05 security patch level</li> <li>rebased onto UQ1A.240205.004 Android Open Source Project release</li> - <li>run full explicit GC in SystemUI and system_server after locking (this is already done after unlocking to purge the lock method and derived data, but it makes sense to do it after locking too)</li> + <li>run full explicit GC in SystemUI and system_server after locking (this is already done after unlocking to purge data tied to the lock method and derived data, but it makes sense to do it after locking too)</li> <li>kernel (Pixel 4a (5G), Pixel 5, Pixel 5a): update to latest Android 14 QPR2 Beta release including additional security fixes</li> <li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.209</li> <li>kernel (Pixel 8, Pixel 8 Pro, Generic 5.15): update to latest GKI LTS branch revision including update to 5.15.148</li> |
