summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-12-29 15:35:04 -0500
committerDaniel Micay <daniel.micay@grapheneos.org>2024-12-29 15:52:12 -0500
commit801510f6d1294546175f565134daf23748be99b7 (patch)
tree49abc69a1c455fa3c99c964f0f9aab5a99dfa0d2 /static
parent1e97e6281bfd9d75d8e27057c1fd176181258113 (diff)
switch to 4 threads for compiling apps at boot
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 2f7938c5..96ab9c12 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -552,6 +552,7 @@
<p>Changes since the 2024121200 release:</p>
<ul>
+ <li>switch to the new upstream default of 4 threads for compiling apps at boot from our previous 2 threads which we set to replace the previous upstream default of a single thread</li>
<li>add back our fix for an upstream Android bug causing null pointer exception system_server crash in InputMethodManagerService triggered when ending user sessions because it turns out to still be required after Android 15 QPR1</li>
<li>fix upstream Android bug causing null pointer exception system_server crash in NotificationManagerService</li>
<li>Contacts: improve dark theme color contrast</li>