diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-11-29 02:06:28 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-11-29 02:06:28 -0500 |
| commit | cd70d088ca0553d9f45ba3933fb9a1ae172dc7a9 (patch) | |
| tree | 9cfbff99f5e14fef62a7bbe9b0bb2a1a79aa3631 /static | |
| parent | 8a41a22431aac953877388e19a80e67b1dbec225 (diff) | |
reword HTTPS network time changes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/static/releases.html b/static/releases.html index c353aa69..afed53a7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -410,10 +410,10 @@ <ul> <li>script: support any number of source versions for deltas</li> - <li>set read timeout for HTTPS network time update connection</li> - <li>always disconnect HTTPS time connection ASAP</li> - <li>remove unnecessary Accept-Charset header for HTTPS time requests</li> - <li>disable keepalive for secure network time updates</li> + <li>set read timeout for HTTPS network time connections</li> + <li>disable keepalive for HTTPS network time connections</li> + <li>always disconnect HTTPS time connections</li> + <li>remove unnecessary Accept-Charset header for HTTPS network time requests</li> </ul> --> @@ -570,7 +570,7 @@ <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>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> |
