summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2021-07-23 23:33:43 -0400
committerDaniel Micay <danielmicay@gmail.com>2021-07-23 23:33:43 -0400
commitee60cd9776e14740b516f709b3e11ddf5841b272 (patch)
tree35b7cd87fca176d1fd55e0832bacf484707d28df
parent64ff48a801451a4f12e7eb703ef10a7c9e9cb88c (diff)
reorder release notes
-rw-r--r--static/releases.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html
index 1822393a..15886ec5 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -418,13 +418,13 @@
<p>Changes since the 2021.07.19.18 release:</p>
<ul>
- <li>hardened_malloc: update libdivide to 5.0.0</li>
<li>Vanadium: update Chromium base to 92.0.4515.105</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>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>
+ <li>hardened_malloc: update libdivide to 5.0.0</li>
</ul>
</article>
-->