diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-09-20 07:25:39 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-09-20 11:33:52 -0400 |
| commit | 8c7579d2921bc32a6a548409c15a46d70c235a06 (patch) | |
| tree | 996eaebd9f523cecf12210ea4a18dba33f9764f9 /static | |
| parent | ad2af796e6b27daad03b6aedbc8fba395c676c2c (diff) | |
2019.09.18.14 release notes
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 773ae97f..070b2cac 100644 --- a/static/releases.html +++ b/static/releases.html @@ -77,6 +77,7 @@ <li> <a href="#changelog">Changelog</a> <ul> + <li><a href="#2019.09.18.14">2019.09.18.14 preview</a></li> <li><a href="#2019.08.25.15">2019.08.25.15</a></li> <li><a href="#2019.08.05.19">2019.08.05.19</a></li> <li><a href="#2019.07.16.22">2019.07.16.22</a></li> @@ -327,6 +328,35 @@ <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="2019.09.18.14"> + <a href="#2019.09.18.14">2019.09.18.14 preview</a> + </h3> + + <p>Tags:</p> + <ul> + <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QP1A.190711.020.2019.09.18.14">QP1A.190711.020.2019.09.18.14</a> (Pixel, Pixel XL, 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.08.25.15 release:</p> + + <ul> + <li>full port to Android 10 with some exceptions (listed below)</li> + <li>full 2019-08-05 security patch level</li> + <li>full 2019-09-01 security patch level</li> + <li>full 2019-09-05 security patch level</li> + <li>Vanadium (browser and WebView): update Chromium base to 76.0.3809.132</li> + <li>Vanadium (browser and WebView): update Chromium base to 77.0.3865.73</li> + <li>temporarily add back standalone WebView (77.0.3865.73) until Vanadium supports it for Android 10</li> + <li>Updater: update targetSdkVersion to 29</li> + <li>retrofit dynamic partitions for Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL</li> + <li>disable GSI keys</li> + <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): temporarily disable slab canary implementation until an issue is narrowed down and addressed</li> + <li>kernel (Pixel 3, Pixel 3 XL): temporarily re-enable dynamic kernel module support until an issue is narrowed down and addressed (no dynamic kernel modules are ever actually loaded but something breaks internally with it disabled)</li> + <li>add guard page between the stack and the new static TLS region</li> + <li>bionic: pthread_internal_t changes have not yet been ported over so that feature is temporarily gone</li> + <li>cellular radio support isn't yet functional for the Pixel 3, Pixel 3 XL, Pixel 3a and Pixel 3a XL</li> + </ul> + <h3 id="2019.08.25.15"> <a href="#2019.08.25.15">2019.08.25.15</a> </h3> |
