From 66640fbd5d9eb50108a36111fd373f8e4f0258af Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Wed, 21 Dec 2022 05:21:41 -0500 Subject: [PATCH] fix typo --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 2005f716..bf97ce24 100644 --- a/static/releases.html +++ b/static/releases.html @@ -684,7 +684,7 @@
  • adevtool: stop including stock OS root CA database
  • include Apps (app repository client) in managed profiles by default in order to support installing / updating sandboxed Google Play
  • change DNS-over-TLS connectivity check to querying for randomstring-dnsotls-ds.dnscheck.grapheneos.org rather than randomstring-dnsotls-ds.metric.gstatic.com when the connectivity check mode is set to the default GrapheneOS mode (note: no connection is made to the resolved IP based on the DNS query, this is only used to check if the DNS resolver works and we're mainly changing this for aesthetic reasons)
  • -
  • Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro: switch to more generic broadcom.psds.grapheneos.org name for our Predicted Satellite Data Service (PSDS) cache instead of google.psds.grapheneos.org since we're obtaining it directly from Broadcom rather than Google's cache and it isn't Pixel specific but rather could be used with any Broadcomm GNSS (GPS, GLONASS, etc.) chip
  • +
  • Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro: switch to more generic broadcom.psds.grapheneos.org name for our Predicted Satellite Data Service (PSDS) cache instead of google.psds.grapheneos.org since we're obtaining it directly from Broadcom rather than Google's cache and it isn't Pixel specific but rather could be used with any Broadcom GNSS (GPS, GLONASS, etc.) chip
  • Dialer: disable showing homescreen wallpaper
  • fix Storage Scopes interaction with pre-granted storage permissions for system apps
  • fix upstream issue causing factory images flashing script to break with paths containing spaces on systems where /bin/sh isn't bash such as Debian-based distributions where dash is used instead