mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(website): update changelog with IP stack mention (#9346)
It would be good to inform users about this change so they know which client(s) support it. Related: #9300
This commit is contained in:
@@ -21,6 +21,11 @@ export default function Android() {
|
||||
<Entries downloadLinks={downloadLinks} title="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. */}
|
||||
<Unreleased>
|
||||
<ChangeItem pull="9300">
|
||||
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.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9227">
|
||||
Adds full support for managed configurations to configure the client
|
||||
using your organization's MDM solution. See the{" "}
|
||||
|
||||
@@ -25,6 +25,11 @@ export default function Apple() {
|
||||
<Entries downloadLinks={downloadLinks} title="macOS / iOS">
|
||||
{/* 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. */}
|
||||
<Unreleased>
|
||||
<ChangeItem pull="9300">
|
||||
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.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9366">
|
||||
Fixes an issue where Firezone could not start if the operating system
|
||||
refused our request to increase the UDP socket buffer sizes.
|
||||
|
||||
@@ -11,6 +11,11 @@ export default function GUI({ os }: { os: OS }) {
|
||||
<Entries downloadLinks={downloadLinks(os)} title={title(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. */}
|
||||
<Unreleased>
|
||||
<ChangeItem pull="9300">
|
||||
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.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9211">
|
||||
Fixes an issue where changing the Advanced settings would reset the
|
||||
favourited resources.
|
||||
|
||||
@@ -10,6 +10,11 @@ export default function Headless({ os }: { os: OS }) {
|
||||
<Entries downloadLinks={downloadLinks(os)} title={title(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. */}
|
||||
<Unreleased>
|
||||
<ChangeItem pull="9300">
|
||||
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.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9147">
|
||||
Fixes an issue where connections failed to establish on machines with
|
||||
multiple valid egress IPs.
|
||||
|
||||
Reference in New Issue
Block a user