From ea475c721aada4b694ed0fcbe5d9cb72b886c844 Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 2 May 2025 23:16:28 +1000 Subject: [PATCH] docs(website): update changelog for latest releases (#9015) In #9013, we forgot to update the changelogs for Apple Clients and the Gateway. --- website/src/components/Changelog/Apple.tsx | 5 +++-- website/src/components/Changelog/Gateway.tsx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/website/src/components/Changelog/Apple.tsx b/website/src/components/Changelog/Apple.tsx index bb403f4dd..6a82f2616 100644 --- a/website/src/components/Changelog/Apple.tsx +++ b/website/src/components/Changelog/Apple.tsx @@ -23,12 +23,13 @@ export default function Apple() { return ( {/* 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. */} - + + 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. - + Improves throughput performance by requesting socket receive buffers diff --git a/website/src/components/Changelog/Gateway.tsx b/website/src/components/Changelog/Gateway.tsx index 21e388854..117ceacf6 100644 --- a/website/src/components/Changelog/Gateway.tsx +++ b/website/src/components/Changelog/Gateway.tsx @@ -22,13 +22,14 @@ export default function Gateway() { return ( - + + Fixes an issue where ECN bits got erroneously cleared without updating the packet checksum. This caused packet loss on recent MacOS versions which attempt to use ECN. - + Improves performance of relayed connections on IPv4-only systems.