diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-12-23 09:39:28 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-01-07 16:07:25 -0500 |
| commit | a241bf2801045d20764b958c6178217f88799bc1 (patch) | |
| tree | 2df42aeb4c95d97c29c22e834d992f8044a8267c /static | |
| parent | fe672479503189b12994ff3403076420782d38f4 (diff) | |
2020.01.06.21 release notes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 28 | ||||
| -rw-r--r-- | static/usage.html | 6 |
2 files changed, 34 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index ce3a5c04..6b17c40b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -73,6 +73,7 @@ <li> <a href="#changelog">Changelog</a> <ul> + <li><a href="#2020.01.06.21">2020.01.06.21</a></li> <li><a href="#2019.12.02.23">2019.12.02.23</a></li> <li><a href="#2019.11.05.23">2019.11.05.23</a></li> <li><a href="#2019.11.04.23">2019.11.04.23</a></li> @@ -287,6 +288,33 @@ <p>List of tagged releases. Snapshot releases without tags such as early releases of the project and early device support releases are not listed.</p> + <h3 id="2020.01.06.21"> + <a href="#2020.01.06.21">2020.01.06.21</a> + </h3> + + <p>Tags:</p> + <ul> + <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QQ1A.200105.002.2020.01.06.21">QQ1A.200105.002.2020.01.06.21</a> (Pixel 2, Pixel 2 XL, Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2019.12.02.23 release:</p> + + <ul> + <li>full 2020-01-01 security patch level</li> + <li>full 2020-01-05 security patch level</li> + <li>Vanadium: update Chromium base to 79.0.3945.93</li> + <li>Vanadium: disable hiding trivial subdomains</li> + <li>WebView: update to 79.0.3945.93</li> + <li>add the option to randomize the MAC address for each connection instead of per-network</li> + <li>authenticated network time updates via HTTPS</li> + </ul> + + <p>Restoration of past features since the 2019.12.02.23 release:</p> + + <ul> + <li>Settings: expose control over USB peripheral denial feature</li> + </ul> + <h3 id="2019.12.02.23"> <a href="#2019.12.02.23">2019.12.02.23</a> </h3> diff --git a/static/usage.html b/static/usage.html index 2b993294..4f821098 100644 --- a/static/usage.html +++ b/static/usage.html @@ -262,6 +262,12 @@ <li> <p>DNS resolution for other connections</p> </li> + <li> + <p>An HTTPS connection is made to https://grapheneos.org/ to update the time + from the date header field. This is a full replacement of Android's standard + network time update implementation, which uses the cellular network when + available with a fallback to SNTP when it's not available.</p> + <li> </ul> <p>Similar connectivity checks are also performed by the hardened Chromium browser (Vanadium).</p> |
