diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-21 02:49:10 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-21 02:49:10 -0400 |
| commit | 3d478a1a2d71287b448260a12368ae7364d83476 (patch) | |
| tree | a7698574992c653fd09c4a1f6fbcf4c082487c8d | |
| parent | 036b742e67fe760126b6c24d390ab31e0e8d0997 (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 b4bca81d..7c64afbc 100644 --- a/static/releases.html +++ b/static/releases.html @@ -573,7 +573,6 @@ <p>Changes since the 2025031400 release:</p> <ul> - <li>Network Location: require TLSv1.3 for GrapheneOS services instead of either TLSv1.2 or TLSv1.3</li> <li>Sandboxed Google Play compatibility layer: improve support for overriding Gservices flags to avoid situations where our overrides aren't used leading to compatibility issues (this should fix a recent Play services crash that's being reported)</li> <li>fix 2 upstream lockscreen layout bugs with split shade used on folding phones (for the inner screen) and tablets/li> <li>fix upstream lockscreen layout bug with placement of alarm and Do Not Disturb information</li> @@ -586,6 +585,7 @@ <li>System Updater: retry faster if installation fails</li> <li>System Updater: improve error checking to provide better error messages</li> <li>System Updater: close update package zip file earlier</li> + <li>Network Location: require TLSv1.3 for GrapheneOS services instead of either TLSv1.2 or TLSv1.3</li> <li>kernel (6.6): update to latest GKI LTS branch revision</li> <li>Seedvault: update to 15-5.4 (will be replaced with a better backup implementation in the future)</li> <li>stop disabling inclusion of device diagnostics functionality now that it's available in the Android Open Source Project</li> |
