Skip to content

Commit 33cb120

Browse files
committed
Update CHANGELOG.md for 21.0.5.11.1
1 parent 41b0e2a commit 33cb120

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,53 @@
22

33
The following sections describe the changes for each release of Amazon Corretto 21.
44

5+
## Corretto version: 21.0.5.11.1
6+
Release Date: October 15, 2024
7+
8+
**Target Platforms <sup>1</sup>**
9+
10+
+ RPM-based Linux using glibc 2.12 or later, x86_64
11+
+ Debian-based Linux using glibc 2.12 or later, x86_64
12+
+ RPM-based Linux using glibc 2.17 or later, aarch64
13+
+ Debian-based Linux using glibc 2.17 or later, aarch64
14+
+ Alpine-based Linux, x86_64
15+
+ Alpine-based Linux, aarch64
16+
+ Windows 10 or later, x86_64
17+
+ macos 12.0 and later, x86_64
18+
+ macos 12.0 and later, aarch64
19+
20+
**1.** This is the platform targeted by the build. See [Using Amazon Corretto](https://aws.amazon.com/corretto/faqs/#Using_Amazon_Corretto)
21+
in the Amazon Corretto FAQ for supported platforms
22+
23+
The following issues are addressed in 21.0.5.11.1:
24+
25+
| Issue Name | Platform | Description | Link |
26+
|----------------------|----------|-----------------------------------------------------------------------------------------|------------------------------------------------------------------------------|
27+
| Import jdk-21.0.5+11 | All | Updates Corretto baseline to OpenJDK 21.0.5+11 | https://github.com/openjdk/jdk21u/releases/tag/jdk-21.0.5+11 |
28+
| JDK-8329995 | Linux | Restricted access to `/proc` can cause JFR initialization to crash | https://bugs.openjdk.org/browse/JDK-8329995 |
29+
| JDK-8325616 | All | JFR ZGC Allocation Stall events should record stack traces | https://bugs.openjdk.org/browse/JDK-8325616 |
30+
| JDK-8301686 | All | TLS 1.3 handshake fails if server_name doesn't match resuming session | https://bugs.openjdk.org/browse/JDK-8301686 |
31+
| JDK-8330133 | Linux, macos | libj2pkcs11.so crashes on some pkcs#11 v3.0 libraries | https://bugs.openjdk.org/browse/JDK-8330133 |
32+
| JDK-8332248 | All | (fc) java/nio/channels/FileChannel/BlockDeviceSize.java failed with RuntimeException | https://bugs.openjdk.org/browse/JDK-8332248 |
33+
| JDK-8328896 | Linux, Windows | Fontmetrics for large Fonts has zero width | https://bugs.openjdk.org/browse/JDK-8328896 |
34+
| JDK-6967482 | Windows | TAB-key does not work in JTables after selecting details-view in JFileChooser | https://bugs.openjdk.org/browse/JDK-6967482 |
35+
| JDK-8166352 | Windows | FilePane.createDetailsView() removes JTable TAB, SHIFT-TAB functionality | https://bugs.openjdk.org/browse/JDK-8166352 |
36+
| JDK-8333542 | All | Breakpoint in parallel code does not work | https://bugs.openjdk.org/browse/JDK-8333542 |
37+
| JDK-8321509 | aarch64 | False positive in get_trampoline fast path causes crash | https://bugs.openjdk.org/browse/JDK-8321509 |
38+
| JDK-8337664 | All | Distrust TLS server certificates issued after Oct 2024 and anchored by Entrust Root CAs | https://bugs.openjdk.org/browse/JDK-8337664 |
39+
| JDK-8338696 | Linux | (fs) BasicFileAttributes.creationTime() falls back to epoch if birth time is unavailable | https://bugs.openjdk.org/browse/JDK-8338696 |
40+
41+
42+
The following CVEs are addressed in 21.0.5.11.1:
43+
44+
| CVE | CVSS | Component |
45+
|----------------|------|---------------------------------|
46+
| CVE-2024-21235 | 4.8 | hotspot/compiler |
47+
| CVE-2024-21208 | 3.7 | core-libs/java.net |
48+
| CVE-2024-21210 | 3.7 | hotspot/compiler |
49+
| CVE-2024-21217 | 3.7 | core-libs/java.io:serialization |
50+
51+
552
## Corretto version: 21.0.4.7.1
653
Release Date: July 16, 2024
754

0 commit comments

Comments
 (0)