summaryrefslogtreecommitdiff
path: root/static/releases.html
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2023-11-02 10:43:32 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2023-11-02 10:43:32 -0400
commit4cd8384e428fefa94fca3b1f8f00216e3292acd1 (patch)
tree2c6fe6a1da6893b43d1b6abb408271d4521e5bf9 /static/releases.html
parentcbd64bcff8cbe3e04d4b6cb0c231202807f1b585 (diff)
fix launcher crash triggered by Signal
Diffstat (limited to 'static/releases.html')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 020f795d..6811dde1 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -719,6 +719,7 @@
<p>Changes since the 2023103100 release:</p>
<ul>
+ <li>Launcher: add missing catch for null pointer exception (upstream bug) triggered by Signal</li>
<li>always compile VPN service packages with speed filter to avoid background recompilation since many of these apps only automatically connect at boot and the user has to manually reconnect if the OS restarts them such as when users manually trigger app restart via the background recompilation notification</li>
<li>disable GWP-ASan since it's a bug finding feature rather than a hardening feature and doesn't preserve all the hardened_malloc security properties for the random allocations in random system processes where it gets activated especially now that memory tagging is supported</li>
<li>kernel (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Generic 5.10): update to latest GKI LTS branch revision including update to 5.10.199</li>