diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-07 09:23:55 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-07 09:23:55 -0400 |
| commit | 706482a014bf1ec905a2b0f04a6d6fe73c2ec0a0 (patch) | |
| tree | 45a37d64fe4391fe59a44dac078962fd74f7601a | |
| parent | 6cd5d9353c674a61369dd50550605eef72f56a8a (diff) | |
fix upstream DoT test query bug
| -rw-r--r-- | static/releases.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index b8315337..81a113b6 100644 --- a/static/releases.html +++ b/static/releases.html @@ -746,6 +746,7 @@ <ul> <li>rebased onto AP1A.240405.002.A1 Android Open Source Project release (includes a launcher taskbar improvement)</li> + <li>DNS resolver: fix upstream bug resulting in NUL byte being included in the random string for the DNS-over-TLS test query</li> <li>kernel (6.1): update to latest GKI LTS branch revision</li> <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-102">version 102</a></li> </ul> |
