diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-10-05 18:45:12 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-10-05 18:45:12 -0400 |
| commit | 39eb99ddfb8c8e1b38dce67fa06ba03ee9e30782 (patch) | |
| tree | 84caa67ba1b56263ec05b9aa1e9069ea5b8b44d7 | |
| parent | d32688e73347e51ec80d9ffdd8ad5915f72c78cf (diff) | |
more changes for next update
| -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 8a687983..c1952d93 100644 --- a/static/releases.html +++ b/static/releases.html @@ -403,12 +403,15 @@ <p>Changes since the 2020.10.01.23 release:</p> <ul> + <li>full 2020-10-01 security patch level</li> + <li>full 2020-10-05 security patch level</li> <li>hardened_malloc: optimize and harden initialization sanity checks</li> <li>work around upstream bug causing null pointer crashes from media notifications in secondary profiles</li> <li>enable secondary user logout support by default (purges credential encrypted storage keys from memory)</li> <li>add back screenshot action to global action list as an alternative to the key chord (power button + volume down) and screenshot button in the gesture navigation recent apps list</li> <li>reject received unix timestamps before build unix time for https-based network time implementation</li> <li>Clock: apply fixes for various upstream issues</li> + <li>Updater: harden PendingIntent usage</li> </ul> --> |
