diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-17 06:03:38 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-17 06:03:38 -0400 |
| commit | 14f38d1b8eae0dca312fe05300ea2a7ec975c1b8 (patch) | |
| tree | ee4be38eb365da24ed2375b11e7ec4c40987d14a | |
| parent | 452f033f23a1fbe6da6fdf4e99c983789d3f2dfb (diff) | |
publish release notes for 2021.05.16.04
| -rw-r--r-- | static/releases.html | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html index 802a834c..ce7ed6d4 100644 --- a/static/releases.html +++ b/static/releases.html @@ -92,7 +92,7 @@ <li> <a href="#changelog">Changelog</a> <ul> - <!--<li><a href="#2021.05.16.04">2021.05.16.04</a></li>--> + <li><a href="#2021.05.16.04">2021.05.16.04</a></li> <li><a href="#2021.05.04.01">2021.05.04.01</a></li> <li><a href="#2021.04.22.20">2021.04.22.20</a></li> <li><a href="#2021.04.16.04">2021.04.16.04</a></li> @@ -451,6 +451,22 @@ <p>Changes since the 2021.05.16.04 release:</p> <ul> + </ul> + </article> + --> + + <article id="2021.05.16.04"> + <h3><a href="#2021.05.16.04">2021.05.16.04</a></h3> + + <p>Tags:</p> + <ul> + <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ2A.210505.002.2021.05.16.04">RQ2A.210505.002.2021.05.16.04</a> (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a)</li> + <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ2A.210505.003.2021.05.16.04">RQ2A.210505.003.2021.05.16.04</a> (Pixel 4a (5G), Pixel 5, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2021.05.16.04 release:</p> + + <ul> <li>enable gesture navigation by default (you can change it via Settings → System → Gestures → System navigation) since it's superior to the previous default in nearly every way and is the only option in the stock OS: swipe left/right on the navigation bar to switch apps, swipe up to go home, swipe up and hold for the app overview, swipe from either the left/right edge of the screen to go back</li> <li>Updater: fix minor theme issue for light theme when pressing preferences</li> <li>replace our workaround for an upstream user profile crash issue with a proper upstream fix from Sony</li> @@ -465,10 +481,9 @@ <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5): apply fixes for Qualcomm audio driver vulnerabilities from CAF including one missed in the upstream May security update for Pixels</li> <li>kernel (Pixel 4a): apply fix for use-after-free in GPU driver missed in the upstream security updates for the Pixel 4a</li> <li>switch HTTPS network time URL from / to /generate_204 to allow for a future / redirect</li> - <li>Settings: remove field referencing the mainline module (APEX) version (also as as the Google Play system update version) since we ship these changes as part of the OS and have out-of-band module updates disabled since we have no use for them/li> + <li>Settings: remove field referencing the mainline module (APEX) version (also as as the Google Play system update version) since we ship these changes as part of the OS and have out-of-band module updates disabled since we have no use for them</li> </ul> </article> - --> <article id="2021.05.04.01"> <h3><a href="#2021.05.04.01">2021.05.04.01</a></h3> |
