diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 13:26:51 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-20 13:26:51 -0500 |
| commit | 27652c4a148f0b60f678205fae30d7b894200502 (patch) | |
| tree | 14472f98f030492b497163b2dbde9aeed37f1830 | |
| parent | ba1c07eccef8aee1769e7df2f55cb59af45e6e78 (diff) | |
permit not having BPF_JIT enabled since we don't
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ce6d6ac0..778cd352 100644 --- a/static/releases.html +++ b/static/releases.html @@ -390,6 +390,7 @@ <li>Settings: update GrapheneOS connectivity check URLs to match NetworkStack</li> <li>Camera: remove unused Wi-Fi state permissions</li> <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a: update APNs with carriersettings-extractor</li> + <li>adjust kernel configuration tests to permit not having BPF_JIT since we don't have it enabled</li> </ul> </article> |
