From 06e8b68c1174ae1c1aea1e8e7ca0cc30e91ed54d Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 9 Nov 2023 12:02:18 -0500 Subject: [PATCH 01/13] Move release blog template to PULL_REQUEST_TEMPLATE Signed-off-by: Sophia Guo --- .github/{ISSUE_TEMPLATE => PULL_REQUEST_TEMPLATE}/release_post.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{ISSUE_TEMPLATE => PULL_REQUEST_TEMPLATE}/release_post.md (100%) diff --git a/.github/ISSUE_TEMPLATE/release_post.md b/.github/PULL_REQUEST_TEMPLATE/release_post.md similarity index 100% rename from .github/ISSUE_TEMPLATE/release_post.md rename to .github/PULL_REQUEST_TEMPLATE/release_post.md From a938d7a9eb9d28dceaaf5c667b33b770852bf376 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 9 Nov 2023 13:01:33 -0500 Subject: [PATCH 02/13] Signed-off-by: Sophia Guo --- .github/{PULL_REQUEST_TEMPLATE => ISSUE_TEMPLATE}/release_post.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{PULL_REQUEST_TEMPLATE => ISSUE_TEMPLATE}/release_post.md (100%) diff --git a/.github/PULL_REQUEST_TEMPLATE/release_post.md b/.github/ISSUE_TEMPLATE/release_post.md similarity index 100% rename from .github/PULL_REQUEST_TEMPLATE/release_post.md rename to .github/ISSUE_TEMPLATE/release_post.md From a975857bb618717bb3a425cbb452f287fef4760d Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 9 Nov 2023 15:18:10 -0500 Subject: [PATCH 03/13] Oct 2023 CPU release blog Signed-off-by: Sophia Guo --- .../index.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md new file mode 100644 index 000000000..5c8e63000 --- /dev/null +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -0,0 +1,43 @@ +--- +title: Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1 Available +date: "2023-11-13T12:00:00+00:00" +author: pmc +about: Create a new release post +description: Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. +tags: + - temurin + - announcement + - release-notes +--- + +Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. Binaries, installers, and source code are available from the [Temurin download page](https://adoptium.net/temurin/releases), [official container images](https://hub.docker.com/_/eclipse-temurin) are available at DockerHub, and [installable packages](https://adoptium.net/installation/) are available for various operating systems. + +## Security Vulerabilities Resolved + +The following table summaries security vulnerabilities fixed in this release cycle. The affected Temurin version streams are noted by an 'X' in the table. Each line shows the [Common Vulnerabilities and Exposures (CVE) vulnerability database](https://nvd.nist.gov/vuln) reference and [Common Vulnerability Scoring System (CVSS) v3.1 base score](https://www.first.org/cvss/v3.1/specification-document) provided by the [OpenJDK Vulnerability Group](https://openjdk.org/groups/vulnerability/). Note that defense-in-depth issues are not assigned CVEs. + +| CVE Identifier | Component | CVSS Score | v8 | v11 | v17 | v21 | +| :--- | :--- | :----: | :----: | :----: | :----: | :----: | +| [CVE-2023-22067](https://nvd.nist.gov/vuln/detail/CVE-2023-22067) | other-libs/corba | Medium ([5.3](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)) | X | | | | +| [CVE-2023-22081](https://nvd.nist.gov/vuln/detail/CVE-2023-22081) | security-libs/javax.net.ssl | Medium ([5.3](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)) | X | | | | +| [CVE-2023-22025](https://nvd.nist.gov/vuln/detail/CVE-2023-22025) | hotspot/compiler | Low ([3.7](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N)) | X | | | | + +Users should follow the [Adoptium policy for reporting vulnerability concerns](https://github.com/adoptium/adoptium/security/policy#security-policies-and-procedures) with this release. + +## Fixes and Updates + +This release contains the following fixes and updates. + +* [Temurin 8u392 release notes](https://adoptium.net/temurin/release-notes/?version=jdk8u392-b08), including [fixes in OpenJDK 8u392](https://bugs.openjdk.org/issues/?jql=project+%3D+JDK+AND+fixVersion+%3D+openjdk8u392) + +* [Temurin 11.0.21 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-11.0.21+9), including [fixes in OpenJDK 11.0.21](https://bugs.openjdk.org/issues/?jql=project+%3D+JDK+AND+fixVersion+%3D+11.0.21) + +* [Temurin 17.0.9 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-17.0.9+9), including [fixes in OpenJDK 17.0.9](https://bugs.openjdk.org/issues/?jql=project+%3D+JDK+AND+fixVersion+%3D+17.0.9) + +* [Temurin 21.0.1 release notes](https://adoptium.net/temurin/release-notes/?version=jdk-21.0.1+12), including [fixes in OpenJDK 21.0.1](https://bugs.openjdk.org/issues/?jql=project+%3D+JDK+AND+fixVersion+%3D+21.0.1) + +## New and Noteworthy + +### Noteworthy Change 1 + +Eclipse Temurin 17.0.9 Windows are in a separate release at https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.9%2B9.1 . From 104cc582f68c833b028d35630f063e5223490179 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Tue, 14 Nov 2023 11:31:54 -0500 Subject: [PATCH 04/13] Update ppc64le jdk21 and windows respin Signed-off-by: Sophia Guo --- .../index.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index 5c8e63000..8d872f68f 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -38,6 +38,10 @@ This release contains the following fixes and updates. ## New and Noteworthy -### Noteworthy Change 1 +### PPC64le on JDK21 Shipped -Eclipse Temurin 17.0.9 Windows are in a separate release at https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.9%2B9.1 . +Eclipse Temurin 21.0.1 PPC64le is shipped for the first time on JDK21. + +### Windows Binary Respin + +Eclipse Temurin 17.0.9 Windows are in a separate release at https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.9%2B9.1 due to the respin. From 4074faf0227c7af290c3a84d445b06a9cafbb717 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Tue, 14 Nov 2023 15:08:38 -0500 Subject: [PATCH 05/13] Window respin comments update Signed-off-by: Sophia Guo --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index 8d872f68f..2fe76dbb1 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -44,4 +44,4 @@ Eclipse Temurin 21.0.1 PPC64le is shipped for the first time on JDK21. ### Windows Binary Respin -Eclipse Temurin 17.0.9 Windows are in a separate release at https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.9%2B9.1 due to the respin. +Eclipse Temurin 17.0.9 Windows are in a separate release nameds jdk-17.0.9+9.1 due to a respin that was required to fix a signing issue. From 5f404f2689039871d76b2f889f2722953cd3c824 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Wed, 15 Nov 2023 15:30:22 -0500 Subject: [PATCH 06/13] Update Signed-off-by: Sophia Guo --- .../index.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index 2fe76dbb1..e79b715b1 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -1,8 +1,7 @@ --- title: Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1 Available -date: "2023-11-13T12:00:00+00:00" +date: "2023-11-15T12:00:00+00:00" author: pmc -about: Create a new release post description: Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. tags: - temurin @@ -19,8 +18,8 @@ The following table summaries security vulnerabilities fixed in this release cyc | CVE Identifier | Component | CVSS Score | v8 | v11 | v17 | v21 | | :--- | :--- | :----: | :----: | :----: | :----: | :----: | | [CVE-2023-22067](https://nvd.nist.gov/vuln/detail/CVE-2023-22067) | other-libs/corba | Medium ([5.3](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N)) | X | | | | -| [CVE-2023-22081](https://nvd.nist.gov/vuln/detail/CVE-2023-22081) | security-libs/javax.net.ssl | Medium ([5.3](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)) | X | | | | -| [CVE-2023-22025](https://nvd.nist.gov/vuln/detail/CVE-2023-22025) | hotspot/compiler | Low ([3.7](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N)) | X | | | | +| [CVE-2023-22081](https://nvd.nist.gov/vuln/detail/CVE-2023-22081) | security-libs/javax.net.ssl | Medium ([5.3](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L)) | X | X | X | X | +| [CVE-2023-22025](https://nvd.nist.gov/vuln/detail/CVE-2023-22025) | hotspot/compiler | Low ([3.7](https://www.first.org/cvss/calculator/3.1#CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N)) | | | X | X | Users should follow the [Adoptium policy for reporting vulnerability concerns](https://github.com/adoptium/adoptium/security/policy#security-policies-and-procedures) with this release. From 372c1791220803917bcc51aa304aff8e2046d884 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Wed, 15 Nov 2023 15:35:43 -0500 Subject: [PATCH 07/13] Typo Signed-off-by: Sophia Guo --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index e79b715b1..bb8d4220b 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -43,4 +43,4 @@ Eclipse Temurin 21.0.1 PPC64le is shipped for the first time on JDK21. ### Windows Binary Respin -Eclipse Temurin 17.0.9 Windows are in a separate release nameds jdk-17.0.9+9.1 due to a respin that was required to fix a signing issue. +Eclipse Temurin 17.0.9 Windows are in a separate release named jdk-17.0.9+9.1 due to a respin that was required to fix a signing issue. From f60e6bf624f219dbc6a9ce758443ecf7e84b797e Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 16 Nov 2023 13:15:18 -0500 Subject: [PATCH 08/13] Supported platforms update Signed-off-by: Sophia Guo --- .../index.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index bb8d4220b..5a9c5428c 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -1,6 +1,6 @@ --- title: Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1 Available -date: "2023-11-15T12:00:00+00:00" +date: "2023-11-16T12:00:00+00:00" author: pmc description: Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. tags: @@ -44,3 +44,15 @@ Eclipse Temurin 21.0.1 PPC64le is shipped for the first time on JDK21. ### Windows Binary Respin Eclipse Temurin 17.0.9 Windows are in a separate release named jdk-17.0.9+9.1 due to a respin that was required to fix a signing issue. + +### AIX JDK11 and JDK17 Unavailable + +Temurin 11 and 17 on AIX are not yet available due to [an issue with Harfbuzz](https://bugs.openjdk.org/browse/JDK-8313643) that will be resolved in the future with an update to the version of Harfbuzz included in the build. + +### Windows Server 2012 not supported + +Windows Server 2012 is no longer officially supported as Microsoft ended it extended support on October 10, 2023. + +### Macos Changes + +Macos 14 is supported for both MacOS x64 and Apple Silicon. Macos x64 10.15 is no longer supported. \ No newline at end of file From 5ff7380902a55f98e6ff2da6084c1d6ce7a29b89 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 16 Nov 2023 13:17:20 -0500 Subject: [PATCH 09/13] Update supported platforms Signed-off-by: Sophia Guo --- content/asciidoc-pages/supported-platforms/index.adoc | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/asciidoc-pages/supported-platforms/index.adoc b/content/asciidoc-pages/supported-platforms/index.adoc index a08e35a58..a21816b94 100644 --- a/content/asciidoc-pages/supported-platforms/index.adoc +++ b/content/asciidoc-pages/supported-platforms/index.adoc @@ -19,7 +19,6 @@ icon:check[] - Supported, icon:docker[] - Docker image available, icon:times[] - | Windows Server 2022 | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:check[] icon:docker[] | Windows Server 2019 | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:check[] icon:docker[] | Windows Server 2016 | icon:check[] | icon:check[] | icon:check[] | icon:check[] -| Windows Server 2012 R2 | icon:check[] | icon:check[] | icon:check[] | icon:check[] | Windows 11 | icon:check[] | icon:check[] | icon:check[] | icon:check[] | Windows 10 | icon:check[] | icon:check[] | icon:check[] | icon:check[] | Windows 8.1| icon:check[] | icon:check[] | icon:check[] | icon:check[] @@ -28,7 +27,6 @@ icon:check[] - Supported, icon:docker[] - Docker image available, icon:times[] - | Windows Server 2022 | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:times[] | Windows Server 2019 | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:check[] icon:docker[] | icon:times[] | Windows Server 2016 | icon:check[] | icon:check[] | icon:check[] | icon:times[] -| Windows Server 2012 R2 | icon:check[] | icon:check[] | icon:check[] | icon:times[] | Windows 11 | icon:check[] | icon:check[] | icon:check[] | icon:times[] | Windows 10 | icon:check[] | icon:check[] | icon:check[] | icon:times[] | Windows 8.1| icon:check[] | icon:check[] | icon:check[] | icon:times[] From 63e528f45468ad8ac1cbb668238f5d70bd8af6ae Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Thu, 16 Nov 2023 16:24:22 -0500 Subject: [PATCH 10/13] Typo Signed-off-by: Sophia Guo --- .../index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index 5a9c5428c..9dd24d1dc 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -55,4 +55,4 @@ Windows Server 2012 is no longer officially supported as Microsoft ended it exte ### Macos Changes -Macos 14 is supported for both MacOS x64 and Apple Silicon. Macos x64 10.15 is no longer supported. \ No newline at end of file +Macos 14 is supported for both MacOS x64 and Apple Silicon. Macos x64 10.15 is no longer supported. \ No newline at end of file From 8092726ae31c69a7da98976d6bad05bfc12409ab Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Mon, 20 Nov 2023 08:42:35 -0500 Subject: [PATCH 11/13] Update date and typo Signed-off-by: Sophia Guo --- .../index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index 9dd24d1dc..17b1fa3b3 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -1,6 +1,6 @@ --- title: Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1 Available -date: "2023-11-16T12:00:00+00:00" +date: "2023-11-20T12:00:00+00:00" author: pmc description: Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. tags: @@ -53,6 +53,6 @@ Temurin 11 and 17 on AIX are not yet available due to [an issue with Harfbuzz](h Windows Server 2012 is no longer officially supported as Microsoft ended it extended support on October 10, 2023. -### Macos Changes +### MacOS Changes -Macos 14 is supported for both MacOS x64 and Apple Silicon. Macos x64 10.15 is no longer supported. \ No newline at end of file +MacOS 14 is supported for both MacOS x64 and Apple Silicon. MacOS x64 10.15 is no longer supported. From d018c860bddff71601ce8ce9d9f42495b747ec2e Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Mon, 20 Nov 2023 12:37:33 -0500 Subject: [PATCH 12/13] typo Signed-off-by: Sophia Guo --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index 17b1fa3b3..b34431d53 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -1,6 +1,6 @@ --- title: Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1 Available -date: "2023-11-20T12:00:00+00:00" +date: "2023-11-21T12:00:00+00:00" author: pmc description: Adoptium is happy to announce the immediate availability of Eclipse Temurin 8u392, 11.0.21, 17.0.9 and 21.0.1. As always, all binaries are thoroughly tested and available free of charge without usage restrictions on a wide range of platforms. tags: @@ -55,4 +55,4 @@ Windows Server 2012 is no longer officially supported as Microsoft ended it exte ### MacOS Changes -MacOS 14 is supported for both MacOS x64 and Apple Silicon. MacOS x64 10.15 is no longer supported. +MacOS 14 is supported for both macOS x64 and Apple Silicon. MacOS x64 10.15 is no longer supported. From 83ecc34c447ad74bd8734f1aac1b96a49395e1d4 Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Mon, 20 Nov 2023 14:25:12 -0500 Subject: [PATCH 13/13] Typo Signed-off-by: Sophia Guo --- .../index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md index b34431d53..aa1b707b5 100644 --- a/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md +++ b/content/blog/eclipse-temurin-8u392-11021-1709-and-2101-available/index.md @@ -49,9 +49,9 @@ Eclipse Temurin 17.0.9 Windows are in a separate release named jdk-17.0.9+9.1 du Temurin 11 and 17 on AIX are not yet available due to [an issue with Harfbuzz](https://bugs.openjdk.org/browse/JDK-8313643) that will be resolved in the future with an update to the version of Harfbuzz included in the build. -### Windows Server 2012 not supported +### Windows Server 2012 and 2012 R2 not supported -Windows Server 2012 is no longer officially supported as Microsoft ended it extended support on October 10, 2023. +Windows Server 2012 and 2012 R2, which have reached End of Life (EOL) on October 10, 2023, are no longer officially supported. ### MacOS Changes