diff --git a/docs/Release.md b/docs/Release.md index b54ed93c69..da1b98a1f7 100644 --- a/docs/Release.md +++ b/docs/Release.md @@ -40,7 +40,7 @@ This table describes all MsQuic releases, both officially supported (LTSC or SAC | [Type](Release.md#release-support-policies) | Branch | Consumer | Fork Date | Release Date | End of Support | Supported Platforms | | -- | -- | -- | -- | -- | -- | -- | | LTSC | [release/1.0](https://github.com/microsoft/msquic/tree/release/1.0) | [Server 2022](https://docs.microsoft.com/en-us/windows/release-health/status-windows-server-2022) | Nov 13 2020 | Jan 5 2021 | Jan 4 2026 | Windows | -| SAC | [release/1.1](https://github.com/microsoft/msquic/tree/release/1.1) | Windows 11 | Feb 10 2021 | Oct 5 2021 | Apr 5 2023 | Windows | +| SAC | [release/1.1](https://github.com/microsoft/msquic/tree/release/1.1) | Windows 11 v21H2 | Feb 10 2021 | Oct 5 2021 | Apr 5 2023 | Windows | | PRE | [prerelease/1.2](https://github.com/microsoft/msquic/tree/prerelease/1.2) | N/A | Mar 26 2021 | N/A | N/A | N/A | | PRE | [prerelease/1.3](https://github.com/microsoft/msquic/tree/prerelease/1.3) | N/A | Apr 27 2021 | N/A | N/A | N/A | | PRE | [prerelease/1.4](https://github.com/microsoft/msquic/tree/prerelease/1.4) | N/A | Jun 1 2021 | N/A | N/A | N/A | @@ -49,7 +49,7 @@ This table describes all MsQuic releases, both officially supported (LTSC or SAC | PRE | [prerelease/1.7](https://github.com/microsoft/msquic/tree/prerelease/1.7) | N/A | Aug 13 2021 | N/A | N/A | N/A | | PRE | [prerelease/1.8](https://github.com/microsoft/msquic/tree/prerelease/1.8) | N/A | Sep 13 2021 | N/A | N/A | N/A | | PRE | [prerelease/1.9](https://github.com/microsoft/msquic/tree/prerelease/1.9) | N/A | Oct 20 2021 | N/A | N/A | N/A | -| SAC | [release/2.0](https://github.com/microsoft/msquic/tree/release/2.0) | Windows 11 | Mar 1 2022 | May 1 2022 | Nov 1 2023 | Windows, Linux | +| SAC | [release/2.0](https://github.com/microsoft/msquic/tree/release/2.0) | Windows 11 v22H2 | Mar 1 2022 | May 1 2022 | Nov 1 2023 | Windows, Linux | | SAC | [release/2.1](https://github.com/microsoft/msquic/tree/release/2.1) | .NET 7 | Aug 5 2022 | Oct 5 2022 | Apr 5 2024 | Windows, Linux |
\* Future **Release Dates** are subject to change. @@ -372,4 +372,4 @@ Official (v1) RFC, v2 (WG-LC) and draft-29 are supported by this release. - msquic_macos_universal_Release_openssl.zip 8. From Linux (use GitHub Codespace) to publish the latest Rust Crate. - Run `cargo publish` from the `release/X.Y` branch. -9. Update (via PR) `main` branch's `test-down-level.yml` to point the newly uploaded `*_test.zip` release binaries. \ No newline at end of file +9. Update (via PR) `main` branch's `test-down-level.yml` to point the newly uploaded `*_test.zip` release binaries.