Skip to content

Commit 5f66f0f

Browse files
committed
publish new release notes
1 parent 79cf445 commit 5f66f0f

File tree

1 file changed

+32
-18
lines changed

1 file changed

+32
-18
lines changed

static/releases.html

Lines changed: 32 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -449,37 +449,27 @@ <h3><a href="#2021.06.09.13">2021.06.09.13</a></h3>
449449
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ3A.210605.005.2021.06.09.13">RQ3A.210605.005.2021.06.09.13</a> (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, emulator, generic, other targets)</li>
450450
</ul>
451451
452-
<p>Changes since the 2021.06.08.06 release:</p>
452+
<p>Changes since the 2021.06.09.13 release:</p>
453453
454454
<ul>
455-
<li>Updater: add support for custom accent color</li>
456-
<li>re-enable current camera/microphone privacy indicator implementation</li>
457-
<li>kernel (Pixel 4a (5G), Pixel 5): use new GNU assembler (gas) prebuilts and drop all other usage of the GNU toolchain since LLVM provides everything else (LLVM assembler is used for userspace, but can't yet handle the Linux kernel)</li>
458455
</ul>
459456
</article>
460457
-->
461458

462-
<article id="2021.06.08.06">
463-
<h3><a href="#2021.06.08.06">2021.06.08.06</a></h3>
459+
<article id="2021.06.09.13">
460+
<h3><a href="#2021.06.09.13">2021.06.09.13</a></h3>
464461

465462
<p>Tags:</p>
466463
<ul>
467-
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ3A.210605.005.2021.06.08.06">RQ3A.210605.005.2021.06.08.06</a> (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, emulator, generic, other targets)</li>
464+
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ3A.210605.005.2021.06.09.13">RQ3A.210605.005.2021.06.09.13</a> (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, emulator, generic, other targets)</li>
468465
</ul>
469466

470-
<p>Changes since the 2021.05.29.09 release:</p>
467+
<p>Changes since the 2021.06.08.06 release:</p>
471468

472469
<ul>
473-
<li>full 2021-06-01 security patch level</li>
474-
<li>full 2021-06-05 security patch level</li>
475-
<li>rebased onto RQ3A.210605.005 release, initial release of Android 11 QPR3 (Quarterly Platform Release 3)</li>
476-
<li>experimental new feature for configuring auto-reboot after N hours of the device being locked to put all logged in user profiles back at rest (i.e. data inaccessible to the OS until logged in again) when the device isn't in your possession</li>
477-
<li>kernel (Pixel 4a (5G), Pixel 5): apply fixes for 2 Qualcomm Wi-Fi driver vulnerabilities from CAF missed in the upstream December 2020 security update for Pixels</li>
478-
<li>Vanadium: update Chromium base to 91.0.4472.88</li>
479-
<li>android-prepare-vendor: fix resuming image downloads due to broken HTTP/2 server semantics</li>
480-
<li>Settings: fix hardcoded black text in storage summary</li>
481-
<li>remove redundant property for disabling OpenGL preloading</li>
482-
<li>update kernel build tools used for Pixel 4a (5G), Pixel 5 and beyond</li>
470+
<li>Updater: add support for custom accent color</li>
471+
<li>re-enable current camera/microphone privacy indicator implementation</li>
472+
<li>kernel (Pixel 4a (5G), Pixel 5): use new GNU assembler (gas) prebuilts and drop all other usage of the GNU toolchain since LLVM provides everything else (LLVM assembler is used for userspace, but can't yet handle the Linux kernel)</li>
483473
</ul>
484474

485475
<p><strong>Important news about the official GrapheneOS chat
@@ -501,6 +491,30 @@ <h3><a href="#2021.06.08.06">2021.06.08.06</a></h3>
501491
</ul>
502492
</article>
503493

494+
<article id="2021.06.08.06">
495+
<h3><a href="#2021.06.08.06">2021.06.08.06</a></h3>
496+
497+
<p>Tags:</p>
498+
<ul>
499+
<li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ3A.210605.005.2021.06.08.06">RQ3A.210605.005.2021.06.08.06</a> (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a, Pixel 4a (5G), Pixel 5, emulator, generic, other targets)</li>
500+
</ul>
501+
502+
<p>Changes since the 2021.05.29.09 release:</p>
503+
504+
<ul>
505+
<li>full 2021-06-01 security patch level</li>
506+
<li>full 2021-06-05 security patch level</li>
507+
<li>rebased onto RQ3A.210605.005 release, initial release of Android 11 QPR3 (Quarterly Platform Release 3)</li>
508+
<li>experimental new feature for configuring auto-reboot after N hours of the device being locked to put all logged in user profiles back at rest (i.e. data inaccessible to the OS until logged in again) when the device isn't in your possession</li>
509+
<li>kernel (Pixel 4a (5G), Pixel 5): apply fixes for 2 Qualcomm Wi-Fi driver vulnerabilities from CAF missed in the upstream December 2020 security update for Pixels</li>
510+
<li>Vanadium: update Chromium base to 91.0.4472.88</li>
511+
<li>android-prepare-vendor: fix resuming image downloads due to broken HTTP/2 server semantics</li>
512+
<li>Settings: fix hardcoded black text in storage summary</li>
513+
<li>remove redundant property for disabling OpenGL preloading</li>
514+
<li>update kernel build tools used for Pixel 4a (5G), Pixel 5 and beyond</li>
515+
</ul>
516+
</article>
517+
504518
<article id="2021.05.29.09">
505519
<h3><a href="#2021.05.29.09">2021.05.29.09</a></h3>
506520

0 commit comments

Comments
 (0)