From 8f30622ee77753b2512c6e5c701cd37ba6f008d9 Mon Sep 17 00:00:00 2001 From: Andrew Hughes Date: Fri, 12 Jul 2024 21:47:27 +0100 Subject: [PATCH] Add missing section headers in NEWS Related: RHEL-47009 --- NEWS | 4 ++++ java-21-openjdk.spec | 1 + 2 files changed, 5 insertions(+) diff --git a/NEWS b/NEWS index c233994..ef34982 100644 --- a/NEWS +++ b/NEWS @@ -389,6 +389,8 @@ Name: GlobalSign Alias Name: globalsigne46 Distinguished Name: CN=GlobalSign Root E46, O=GlobalSign nv-sa, C=BE +security-libs/javax.security: + JDK-8328638: Fallback Option For POST-only OCSP Requests ======================================================== JDK-8179503, introduced in OpenJDK 17, added support for using the @@ -428,6 +430,8 @@ runtime search path to use down to the default of the linker. With this release, the option `--disable-new-dtags` is explicitly passed to the linker to avoid setting DT_RUNPATH. +tools/jpackage: + JDK-8295111: dpkg appears to have problems resolving symbolically linked native libraries ========================================================================================= The jpackage tool uses `dpkg -S` to lookup which package provides a diff --git a/java-21-openjdk.spec b/java-21-openjdk.spec index d27e853..eb1d2f1 100644 --- a/java-21-openjdk.spec +++ b/java-21-openjdk.spec @@ -2519,6 +2519,7 @@ require "copy_jdk_configs.lua" - Update release notes to 21.0.4+7 - Switch to GA mode. - Sync the copy of the portable specfile with the latest update +- Add missing section headers in NEWS - ** This tarball is embargoed until 2024-07-16 @ 1pm PT. ** - Resolves: RHEL-47009