summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-08-18 15:25:13 -0400
committerDaniel Micay <danielmicay@gmail.com>2022-08-25 23:15:08 -0400
commit2353eeb44597273cdffb745dfbdc4f238aabff19 (patch)
tree9b48ca4b133c4702df21ee595ddc517ab6bb007c /static
parentf9d83f44556ba35461e5e00d0749d11bb56484b0 (diff)
prepare for a new final 12.1 release
Diffstat (limited to 'static')
-rw-r--r--static/releases.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 44a48335..f2837d2a 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -592,6 +592,7 @@
</article>
-->
+ <!--
<article id="2022081600">
<h3><a href="#2022081600">2022081600</a></h3>
@@ -619,6 +620,26 @@
<p>Changes since the 2022080900 release:</p>
<ul>
+ <li>Sandboxed Google Play compatibility layer: conditionally stub out LocationManager#requestLocationUpdates() to avoid crashes from not having the Location permission granted (cannot be revoked on stock OS due to stock OS using Play services as a backend) which started happening with the deployment of a Play services change via a feature flag to a subset of users and will likely ramp up soon</li>
+ </ul>
+ </article>
+ -->
+
+ <article id="2022081600">
+ <h3><a href="#2022081600">2022081600</a></h3>
+
+ <p>Tags:</p>
+ <ul>
+ <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SP1A.210812.016.C2.2022081600">SP1A.210812.016.C2.2022081600</a> (Pixel 3, Pixel 3 XL) — extended support release for legacy devices with frozen 2021-11-01 patch level</li>
+ <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SP2A.220505.006.2022081600">SP2A.220505.006.2022081600</a> (Pixel 3a, Pixel 3a XL) — extended support release for legacy devices with frozen 2022-06-01 patch level</li>
+ <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SD2A.220601.004.B2.2022081600">SD2A.220601.004.B2.2022081600</a> (Pixel 6a) — early release for Pixel 6a with 2022-06-01 patch level which is the latest available until there's a normal AOSP / stock OS release for it on the latest patch level</li>
+ <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SQ3A.220705.003.A1.2022081600">SQ3A.220705.003.A1.2022081600</a> (Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, Pixel 5a)</li>
+ <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/SQ3A.220705.004.2022081600">SQ3A.220705.004.2022081600</a> (Pixel 6, Pixel 6 Pro, emulator, generic, other targets)</li>
+ </ul>
+
+ <p>Changes since the 2022080900 release:</p>
+
+ <ul>
<li>ship our frameworks/av changes as intended in earlier releases</li>
<li>fastbootd: stop displaying serial number since it can already be obtained in fastboot mode and users are prone to leaking this by sharing a photo of the screen in these modes</li>
<li>Vanadium: backport using Android 13 SDK and changes to support using Android 13</li>