diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-09 20:11:36 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-09 20:11:36 -0400 |
| commit | df6221d42b1d2f7e32b4728c17ff718c57029c30 (patch) | |
| tree | 070adbc1ae1d40f978bb1a1310a672d30c7ed412 | |
| parent | 5d5460b2329aab10f4ac5d08ea4aa4b96f5f6900 (diff) | |
reorder release notes
| -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 638cd987..56d2d124 100644 --- a/static/releases.html +++ b/static/releases.html @@ -766,8 +766,8 @@ <p>Changes since the 2024040300 release:</p> <ul> - <li>avoid crashes in Chromium-based web browsers and the WebView in their sandboxed processes caused by an incompatibility between exec-based spawning and the new userfaultfd-based garbage collector enabled by Android 14 QPR2</li> <li>rebased onto AP1A.240405.002.A1 Android Open Source Project release (includes a launcher taskbar improvement)</li> + <li>avoid crashes in Chromium-based web browsers and the WebView in their sandboxed processes caused by an incompatibility between exec-based spawning and the new userfaultfd-based garbage collector enabled by Android 14 QPR2</li> <li>DNS resolver: fix upstream bug resulting in NUL byte being included in the random string for the DNS-over-TLS test query</li> <li>allow privileged installers to use getSharedLibraries(MATCH_ANY_USER) in order to enable Apps to handle an edge case involving shared libraries (Vanadium Trichrome library) updated in other users while avoiding adding the INTERACT_ACROSS_USERS permission used for this purpose by the Play Store</li> <li>kernel (5.10, 6.1): update to latest GKI LTS branch revision</li> |
