diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-01-11 08:32:30 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-01-11 08:32:30 -0500 |
| commit | 7379c90f38c7dae89ea23cd4d5d518ff370c1a8e (patch) | |
| tree | d5da5f6dd1b1ad7c6565ac02a75ee0ab2ee3af96 | |
| parent | c10c048cd942c0996cc4f4ae5f9d69f441dac09b (diff) | |
further explain toybox change
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 5d25b21c..e5bbbd06 100644 --- a/static/releases.html +++ b/static/releases.html @@ -392,7 +392,7 @@ <li>add carrier-specific visual voicemail configurations to Dialer app</li> <li>Vanadium: update Chromium base to 87.0.4280.141</li> <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a): use UTC for kernel timestamp to make reproducible builds easier</li> - <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a): update toybox prebuilt for various fixes including for the date command</li> + <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a): update toybox prebuilt for various fixes including fixing an issue with the date command causing a build reproducibility issue</li> <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, Pixel 4, Pixel 4 XL, Pixel 4a): apply upstream patch avoiding truncation of kernel debug symbol names generated when using Clang type-based CFI</li> </ul> </article> |
