diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-06-08 17:02:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-06-08 17:02:42 -0400 |
| commit | 22243efa928761a1656e5b68b2e920877739c455 (patch) | |
| tree | 53d82662e8669c9e0ab9c7b127d52b0b96a9f3d9 | |
| parent | 2d079162d47da3faec4cd485839b0ce1e51b99cf (diff) | |
move chat room news to latest release pre-removal
| -rw-r--r-- | static/releases.html | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/static/releases.html b/static/releases.html index 9e8a51c6..bdbb71eb 100644 --- a/static/releases.html +++ b/static/releases.html @@ -477,26 +477,6 @@ <li>Settings: fix hardcoded black text in storage summary</li> <li>remove redundant property for disabling OpenGL preloading</li> </ul> - </article> - - <article id="2021.05.29.09"> - <h3><a href="#2021.05.29.09">2021.05.29.09</a></h3> - - <p>Tags:</p> - <ul> - <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ2A.210505.002.2021.05.29.09">RQ2A.210505.002.2021.05.29.09</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.29.09">RQ2A.210505.003.2021.05.29.09</a> (Pixel 4a (5G), Pixel 5, emulator, generic, other targets)</li> - </ul> - - <p>Changes since the 2021.05.19.06 release:</p> - - <ul> - <li>prevent DHCP (IPv4) from reusing state across connections to the same network when full MAC randomization is enabled</li> - <li>Vanadium: update Chromium base to 91.0.4472.77</li> - <li>Vanadium: enable opportunistic HTTPS by default</li> - <li>Vanadium: disable mobile identity consistency by default</li> - <li>revert our change adding the screenshot button to the power menu for 3-button navigation since it's provided by the recent apps activity for both gesture and 3-button navigation (we originally added it back for both 2-button and 3-button navigation even though it was only needed for 2-button navigation, and then the stock OS implemented the same fix only for 2-button navigation, which makes more sense)</li> - </ul> <p><strong>Important news about the official GrapheneOS chat rooms:</strong></p> @@ -524,6 +504,26 @@ wasn't appropriate for this migration.</p> </article> + <article id="2021.05.29.09"> + <h3><a href="#2021.05.29.09">2021.05.29.09</a></h3> + + <p>Tags:</p> + <ul> + <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/RQ2A.210505.002.2021.05.29.09">RQ2A.210505.002.2021.05.29.09</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.29.09">RQ2A.210505.003.2021.05.29.09</a> (Pixel 4a (5G), Pixel 5, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2021.05.19.06 release:</p> + + <ul> + <li>prevent DHCP (IPv4) from reusing state across connections to the same network when full MAC randomization is enabled</li> + <li>Vanadium: update Chromium base to 91.0.4472.77</li> + <li>Vanadium: enable opportunistic HTTPS by default</li> + <li>Vanadium: disable mobile identity consistency by default</li> + <li>revert our change adding the screenshot button to the power menu for 3-button navigation since it's provided by the recent apps activity for both gesture and 3-button navigation (we originally added it back for both 2-button and 3-button navigation even though it was only needed for 2-button navigation, and then the stock OS implemented the same fix only for 2-button navigation, which makes more sense)</li> + </ul> + </article> + <article id="2021.05.19.06"> <h3><a href="#2021.05.19.06">2021.05.19.06</a></h3> |
