summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-11-17 23:42:22 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-11-17 23:42:22 -0500
commitb940193203e4ee8458bf27e952b72deab24e0573 (patch)
treebd6524e6c0649b4480c365da7a85167acd4b1142
parent539a4ea36bd8d4ea52820ca12f212734f85d72af (diff)
explain duplicate callback issue a bit more
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index b5400796..b0c83077 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -582,7 +582,7 @@
<li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.170</li>
<li>kernel (6.1): update to latest GKI LTS branch revision including update to 6.1.115</li>
<li>System Updater: show failure notification for update_engine errors</li>
- <li>System Updater: add missing UpdateEngine.unbind() to avoid extra callbacks</li>
+ <li>System Updater: add missing UpdateEngine.unbind() to avoid extra callbacks for progress and error reporting</li>
<li>System Updater: avoid treating non-404 errors such as a connection failure as lack of an incremental update</li>
<li>System Updater: handle a partially downloaded incremental update being removed from the server by falling back to the full update instead of retrying resuming the incremental download until the next update (this will allow us to remove an incremental for the latest available version to save storage space or work around a potential update_engine bug without it causing download resumption errors)</li>
<li>System Updater: delete stale update from a failed download of a previous release slightly earlier</li>