diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-27 21:02:15 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-11-27 21:02:15 -0500 |
| commit | 5d405172a5973b9e7529b99413a0cf229c53b634 (patch) | |
| tree | d261d3e34663f5a4746cc9397bdd2fbbe1a15944 | |
| parent | a8fbfecdebf17358f49de49fbfb1121f0d2d12f4 (diff) | |
publish new release notes
| -rw-r--r-- | static/releases.html | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index 276d5875..8ece9731 100644 --- a/static/releases.html +++ b/static/releases.html @@ -73,7 +73,7 @@ <li> <a href="#changelog">Changelog</a> <ul> - <!--<li><a href="#2024112700">2024112700</a></li>--> + <li><a href="#2024112700">2024112700</a></li> <li><a href="#2024111800">2024111800</a></li> <li><a href="#2024111700">2024111700</a></li> <li><a href="#2024110700">2024110700</a></li> @@ -546,6 +546,21 @@ <p>Changes since the 2024111700 release:</p> <ul> + </ul> + </article> + --> + + <article id="2024112700"> + <h3><a href="#2024112700">2024112700</a></h3> + + <p>Tags:</p> + <ul> + <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/2024112700">2024112700</a> (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Pixel 8, Pixel 8 Pro, Pixel 8a, Pixel 9, Pixel 9 Pro, Pixel 9 Pro XL, Pixel 9 Pro Fold, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2024111700 release:</p> + + <ul> <li>Settings: revert our attempt at disabling Bluetooth contact sharing by default for hands-free calling devices in our <a href="#2024111700">2024111700</a> release because it didn't address an upstream Android security bug and caused it to occur when invoked from the foreground (i.e. directly by a user in the Settings app) instead of only the background (i.e. Settings being opened by a pairing request)</li> <li>Settings: fix an upstream Android security bug causing Bluetooth contact sharing to be enabled for hands-free calling devices even though the dialog shows it will be disabled, which only previously occurred when invoked from the background but began occurring in the foreground too after out previous change which attempted to fix this issue</li> <li>Settings: always disable Bluetooth contact sharing by default instead of enabling it by default for pairing requests made by the user in the foreground where the user can choose to disable it</li> @@ -566,7 +581,6 @@ <li>GmsCompatConfig: update to <a href="https://github.com/GrapheneOS/platform_packages_apps_GmsCompat/releases/tag/config-150">version 150</a></li> </ul> </article> - --> <article id="2024111800"> <h3><a href="#2024111800">2024111800</a></h3> |
