-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
# Change Log for Amazon Corretto 21 | ||
|
||
The following sections describe the changes for each release of Amazon Corretto 21. | ||
|
||
## Corretto version: 21.0.0.35.1 | ||
Release Date: August 24, 2023 | ||
|
||
**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 | ||
+ Alpine-based Linux, x86_64 | ||
+ Alpine-based Linux, aarch64 | ||
+ Windows 10 or later, x86_64 | ||
+ macos 11.0 and later, x86_64 | ||
+ macos 11.0 and later, aarch64 | ||
|
||
|
||
The following issues are addressed in 21.0.0.35.1: | ||
|
||
| Issue Name | Platform | Description | Link | | ||
|-------------------------------------------------------------------|----------|------------------------------------------------------------------------------------|------------------------------------------------------------------------| | ||
| Import jdk-21+35 | All | Updates Corretto baseline to OpenJDK 21+35 | [jdk-21+35](https://github.com/openjdk/jdk21/releases/tag/jdk-21%2B35) | | ||
| 8313765: Invalid CEN header (invalid zip64 extra data field size) | All | Fix ZipException that may be encountered when opening select APK, ZIP or JAR files | [JDK-8313765](https://bugs.openjdk.org/browse/JDK-8313765) | |