diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-05-31 15:55:07 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-05-31 15:55:58 -0400 |
| commit | 2aea1d6869d903a062a19883b4b367ffa477d5fd (patch) | |
| tree | 2b37c7d1a1039db1b4def46b5393b5668b72809f | |
| parent | e1ea020f2a0512d79b1722013b32769b4ac47b92 (diff) | |
adding back GL preload change wasn't really needed
| -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 24800bd9..f0e8bc9f 100644 --- a/static/releases.html +++ b/static/releases.html @@ -452,6 +452,7 @@ <p>Changes since the 2021.05.29.09 release:</p> <ul> + <li>remove redundant property for disabling OpenGL preloading</li> </ul> </article> --> @@ -638,7 +639,6 @@ <li>full 2021-04-05 security patch level</li> <li>rebased onto RQ2A.210405.005 release</li> <li>SetupWizard: rebrand to GrapheneOS for other languages</li> - <li>disable OpenGL preloading and load it on demand instead since this isn't useful with exec-based spawning</li> </ul> </article> |
