diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-17 20:57:22 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2025-03-17 20:57:22 -0400 |
| commit | 9cbdb93aabf97dafe16269f446905ebf5937b46c (patch) | |
| tree | b80cf0cb5a8c87f510f9a9bfc4d09895655e7fe1 /static/releases.html | |
| parent | b45208822adc2fcff024fa385ac7f71a24eadae0 (diff) | |
more System Updater improvements
Diffstat (limited to 'static/releases.html')
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index bd5f8f9a..e5295ff0 100644 --- a/static/releases.html +++ b/static/releases.html @@ -576,6 +576,9 @@ <li>System Updater: raise download buffer size to 16384 from 8192</li> <li>System Updater: delete update package immediately after completion</li> <li>System Updater: fall back to downloading and installing a full update if an incremental (delta) update fails initialization which occurs when a firmware or OS image has been corrupted (extremely rare edge case due to verified boot)</li> + <li>System Updater: retry faster if installation fails</li> + <li>System Updater: improve error checking to provide better error messages</li> + <li>System Updater: close update package zip file earlier</li> <li>kernel (6.6): update to latest GKI LTS branch revision</li> </ul> </article> |
