Skip to content

Commit

Permalink
update changelog for 8.342.07.1
Browse files Browse the repository at this point in the history
  • Loading branch information
caojoshua committed Jul 19, 2022
1 parent 0259055 commit 9840093
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,43 @@

The following sections describe the changes for each release of Amazon Corretto 8.

## Corretto version: 8.342.07.1

Release Date: July 19, 2022

**Target Platforms**

+ RPM-based Linux using glibc 2.12 or later, x86_64
+ Debian-based Linux using glibc 2.12 or later, x86_64
+ RPM-based Linux using glibc 2.17 or later, aarch64
+ Debian-based Linux using glibc 2.17 or later, aarch64
+ Linux using glibc 2.25 or later, Arm
+ Alpine-based Linux, x86_64
+ Windows 7 or later, x86, x86_64
+ macOS 10.15 and later, x86_64
+ macOS 11.0 and later, aarch64

The following issues are addressed in 8.342.07.1

| Issue Name | Platform | Description | Link |
|---------------------| --- |---------------------------------------| --- |
| Import jdk8u342-b07 | All | Updates Corretto baseline to OpenJDK 8u342-b07 | [jdk8u342-b08](https://github.com/openjdk/jdk8u/releases/tag/jdk8u342-b07)
| Update CACerts | All | Pull in the latest CA Certificates from Amazon Linux | [PR #403](https://github.com/corretto/corretto-8/pull/403) |
| Fix builds on Alpine 3.13 | Alpine Linux 3.13 | Backport [JDK-8263718](https://bugs.openjdk.org/browse/JDK-8263718) to fix builds on alpine-3.13 | [PR #397](https://github.com/corretto/corretto-8/pull/397) |
| Alpine package missing "provides" variable | Alpine Linux | Add `provides java-jdk` for Corretto apline packages | [Issues #391](https://github.com/corretto/corretto-8/issues/391) |
| Update OS detection code to recognize Windows 10/11 | Windows 10/11 | Backport [JDK-8071530](https://bugs.openjdk.org/browse/JDK-8071530) to recognize Windows 10 and [JDK-8274840](https://bugs.openjdk.org/browse/JDK-8274840) to recognize Windows 11 when calling `System.getProperty("os.name")` | [Issues #396](https://github.com/corretto/corretto-8/issues/396) |
| Migrate pkg builds to productbuild from packages | macOS | Updates to macos packaging | [PR #390](https://github.com/corretto/corretto-8/pull/390) |
| Enable bundled zlib library via Gradle | macOS | Updates to use bundled (not the system) version of the zlib library on macOS aarch64 | [PR #404](https://github.com/corretto/corretto-8/pull/404) |
| AL2022 updates | AL2, AL2022 | Updates to support Corretto in Amazon Linux 2022 | [PR #394](https://github.com/corretto/corretto-8/pull/394) [PR #398](https://github.com/corretto/corretto-8/pull/398) [PR #407](https://github.com/corretto/corretto-8/pull/407) |

The following CVEs are addressed in 8.342.07.1

| CVE | CVSS | Component |
|----------------|------|------------------|
| CVE-2022-34169 | 7.5 | xml/jaxp |
| CVE-2022-21541 | 5.9 | hotspot/runtime |
| CVE-2022-21540 | 5.3 | hotspot/compiler |

## Corretto version: 8.332.08.1

Release Date: April 19, 2022
Expand Down

0 comments on commit 9840093

Please sign in to comment.