diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-06-30 21:09:49 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-06-30 21:10:02 -0400 |
| commit | ff1c337932c4273c5edbc26c4c3a70fc80924e41 (patch) | |
| tree | 257c3f0ba0dc3dda1fe420bc5714b7dbfb718076 | |
| parent | 181cdda591856a020bfd9b08d3acc6e643eff40b (diff) | |
restoration of past features section
| -rw-r--r-- | static/releases.html | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index 1577f94c..c8393de7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -371,12 +371,17 @@ <ul> <li>change TrichromeLibrary package name</li> <li>drop MAC randomization preference migration code</li> - <li>kernel (Pixel 4, Pixel 4 XL): enable UNMAP_KERNEL_AT_EL0 Meltdown mitigation (KPTI)</li> - <li>kernel (Pixel 4, Pixel 4 XL): enable ARM64_SSBD Spectre v4 mitigation</li> <li>Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL: update APNs with carriersettings-extractor</li> <li>disable network time refresh when network time is disabled (previous behavior inherited from upstream)</li> </ul> + <p>Restoration of past features since the 2020.06.22.21 release:</p> + + <ul> + <li>kernel (Pixel 4, Pixel 4 XL): enable UNMAP_KERNEL_AT_EL0 Meltdown mitigation (KPTI)</li> + <li>kernel (Pixel 4, Pixel 4 XL): enable ARM64_SSBD Spectre v4 mitigation</li> + </ul> + --> <h3 id="2020.06.22.21"> |
