mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
docs(website): update Apple changelog (#9011)
This commit is contained in:
@@ -23,7 +23,12 @@ export default function Apple() {
|
||||
return (
|
||||
<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></Unreleased>
|
||||
<Unreleased>
|
||||
<ChangeItem pull="9005">
|
||||
Fixes an issue where the IP checksum was not updated when ECN bits were set.
|
||||
This caused packet loss on recent MacOS versions which default to using ECN.
|
||||
</ChangeItem>
|
||||
</Unreleased>
|
||||
<Entry version="1.4.13" date={new Date("2025-04-30")}>
|
||||
<ChangeItem pull="8731">
|
||||
Improves throughput performance by requesting socket receive buffers
|
||||
|
||||
Reference in New Issue
Block a user