diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2021-07-26 16:32:19 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2021-07-26 16:32:19 -0400 |
| commit | f5ce779c72254a57e0b5af2b31b7be24df81573d (patch) | |
| tree | a4c80b0427aa3a7f5fcaea781d6737de4b492e47 | |
| parent | 51ad900f6e8df44f86ba42fa261f7bafc199ad08 (diff) | |
use callbacks to simplify wording
| -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 565d0451..5fa4739b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -421,7 +421,7 @@ <li>Vanadium: update Chromium base to 92.0.4515.105</li> <li>Vanadium: update Chromium base to 92.0.4515.115</li> <li>Vanadium: drop removal of speculative service worker start for search</li> - <li>init: fix use-after-free from event handling closures (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)</li> + <li>init: fix use-after-free from event handling callbacks (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)</li> <li>fix PermissionControler UI for Sensors/Network permissions with legacy API < 23 apps (i.e. apps without proper support for Android Marshallow and beyond)</li> <li>Updater: add detailed failure / success notifications (turn off the 'Already Updated' notification channel if you don't want those minimum priority notifications with no status icon collapsed at the bottom)</li> <li>Sandboxed Google Play compatibility layer: disable badge for foreground service notification by default</li> |
