diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-07 15:23:07 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-07 15:23:07 -0500 |
| commit | 55dbb73f22f9a48cfb54ce1a73683bd76ece375f (patch) | |
| tree | ce02abe58df0dc1aabe50872209cb5b1413064ac | |
| parent | 639112d5d07143f3558527f2f2fb2b3b2fc6d673 (diff) | |
clarify AImageReader workaround
| -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 e744692f..e3417612 100644 --- a/static/releases.html +++ b/static/releases.html @@ -306,7 +306,7 @@ <li>rebuild crosshatch kernel to correct build environment issue</li> <li>Vanadium (including WebView): update Chromium base to 80.0.3987.87</li> <li>Vanadium (including WebView): drop partially working AImageReader workarounds</li> - <li>work around bug with AImageReader caught by CFI on 64-bit</li> + <li>fully work around bug with AImageReader caught by CFI on 64-bit to fix crashes during video rendering in Vanadium, Bromite, etc.</li> </ul> <p>Restoration of past features since the 2020.02.04.01 release:</p> |
