diff --git a/website/src/components/Changelog/Android.tsx b/website/src/components/Changelog/Android.tsx index 6f651172c..74b3ac973 100644 --- a/website/src/components/Changelog/Android.tsx +++ b/website/src/components/Changelog/Android.tsx @@ -21,6 +21,11 @@ export default function Android() { {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} + + Uses the new IP stack setting for DNS resources, which allows DNS + resources to optionally return only A or AAAA records if configured by + the administrator. + Adds full support for managed configurations to configure the client using your organization's MDM solution. See the{" "} diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index 77f700c1c..a51a1dc58 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -25,6 +25,11 @@ export default function Apple() { {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} + + Uses the new IP stack setting for DNS resources, which allows DNS + resources to optionally return only A or AAAA records if configured by + the administrator. + Fixes an issue where Firezone could not start if the operating system refused our request to increase the UDP socket buffer sizes. diff --git a/website/src/components/Changelog/GUI.tsx b/website/src/components/Changelog/GUI.tsx index 9b1ca085c..8688aabc2 100644 --- a/website/src/components/Changelog/GUI.tsx +++ b/website/src/components/Changelog/GUI.tsx @@ -11,6 +11,11 @@ export default function GUI({ os }: { os: OS }) { {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} + + Uses the new IP stack setting for DNS resources, which allows DNS + resources to optionally return only A or AAAA records if configured by + the administrator. + Fixes an issue where changing the Advanced settings would reset the favourited resources. diff --git a/website/src/components/Changelog/Headless.tsx b/website/src/components/Changelog/Headless.tsx index 8efe7fc59..552a9f6a0 100644 --- a/website/src/components/Changelog/Headless.tsx +++ b/website/src/components/Changelog/Headless.tsx @@ -10,6 +10,11 @@ export default function Headless({ os }: { os: OS }) { {/* When you cut a release, remove any solved issues from the "known issues" lists over in `client-apps`. This must not be done when the issue's PR merges. */} + + Uses the new IP stack setting for DNS resources, which allows DNS + resources to optionally return only A or AAAA records if configured by + the administrator. + Fixes an issue where connections failed to establish on machines with multiple valid egress IPs.