summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2019-10-08 08:13:20 -0400
committerDaniel Micay <danielmicay@gmail.com>2019-11-04 18:23:49 -0500
commit30d6b7e382e24b6e799ab9fc2496e73dd9cf1e8d (patch)
treee6dd7e398eb8f82e9dc7b3c0f4ee54847c5a65d9 /static
parent6dcd5463a0a266ee2e4a292d918351ebda79bec4 (diff)
2019.11.04.23 release notes
Diffstat (limited to 'static')
-rw-r--r--static/releases.html38
1 files changed, 38 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 5506bd74..add05335 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -73,6 +73,7 @@
<li>
<a href="#changelog">Changelog</a>
<ul>
+ <li><a href="#2019.11.04.23">2019.11.04.23</a></li>
<li><a href="#2019.10.07.21">2019.10.07.21</a></li>
<li><a href="#2019.09.25.00">2019.09.25.00</a></li>
<li><a href="#2019.09.23.19">2019.09.23.19</a></li>
@@ -284,6 +285,43 @@
<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.11.04.23">
+ <a href="#2019.11.04.23">2019.11.04.23</a>
+ </h3>
+
+ <p>Tags:</p>
+ <ul>
+ <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QP1A.191105.003.2019.11.04.23">QP1A.191105.003.2019.11.04.23</a> (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL)</li>
+ <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/QP1A.191105.004.2019.11.04.23">QP1A.191105.004.2019.11.04.23</a> (Pixel 2, Pixel 2 XL, emulator, generic, other targets)</li>
+ </ul>
+
+ <p>Changes since the 2019.09.25.00 release:</p>
+
+ <ul>
+ <li>full 2019-11-01 security patch level</li>
+ <li>full 2019-11-05 security patch level</li>
+ <li>Settings: disable legacy suggestions mode</li>
+ <li>recovery: GrapheneOS branding for fastboot mode</li>
+ <li>Vanadium: update to 77.0.3865.116</li>
+ <li>WebView: update to 77.0.3865.116</li>
+ <li>Vanadium: update to 78.0.3904.62</li>
+ <li>WebView: update to 78.0.3904.62</li>
+ <li>Vanadium: update to 78.0.3904.90</li>
+ <li>WebView: update to 78.0.3904.90</li>
+ <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): mark functions with address taken via assembly (this fixes compatibility with CFI in a build with !CONFIG_MODULES)</li>
+ <li>protect static TLS from stack buffer overflows</li>
+ <li>drop legacy Pixel and Pixel XL support due to absence of any GrapheneOS device maintainers, the end of vendor support and an increasingly large security gap with current generation devices for the hardware, firmware and device / generation specific software</li>
+ </ul>
+
+ <p>Restoration of past features since the 2019.09.25.00 release:</p>
+
+ <ul>
+ <li>Bluetooth: add alloc_size attribute to OSI allocator</li>
+ <li>protect pthread_internal_t from stack buffer overflows</li>
+ <li>add secondary stack randomization</li>
+ <li>kernel (Pixel 3, Pixel 3 XL, Pixel 3a, Pixel 3a XL): disable dynamic kernel module support (resulting in substantially improved CFI granularity)</li>
+ </ul>
+
<h3 id="2019.10.07.21">
<a href="#2019.10.07.21">2019.10.07.21</a>
</h3>