diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-29 15:39:40 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-29 15:39:40 -0400 |
| commit | cc32e88f7926044ab13bba344580174bbc189037 (patch) | |
| tree | 4ebf55512d38f52aaf1dc7a05777646e432c7d8e /static | |
| parent | 61b9eefeb6c827169090ff2d8c1eeaadf5333b9b (diff) | |
fix uncaught exception from initialization race
Diffstat (limited to 'static')
| -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 6fd4aad7..6dccddbe 100644 --- a/static/releases.html +++ b/static/releases.html @@ -860,6 +860,7 @@ <li>add support for Pixel Thermometer app available from our App Store for the Pixel 8 Pro, Pixel 9 Pro and Pixel 9 Pro XL</li> <li>add missing feature compatibility matrix definitions (mainly for 9th generation Pixels)</li> <li>add support for using backslashes in the passphrases for encrypting the keys for signing OS releases</li> + <li>Contact Scopes: explicitly set initialization order after ContactsProvider2 to avoid uncaught exceptions from a race</li> <li>kernel (6.1): disable unused hibernation support</li> <li>kernel (6.6): enable random kmalloc caches</li> <li>kernel (6.6): enable struct randomization in the full mode with a deterministic seed based on kernel commit timestamp</li> |
