Update to aarch64-shenandoah-jdk8u292-b10 (GA)
Update release notes for 8u292-b10.
This commit is contained in:
parent
2d9c5160dd
commit
2e183d309d
1
.gitignore
vendored
1
.gitignore
vendored
@ -228,3 +228,4 @@
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b07-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b08-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b09-4curve.tar.xz
|
||||
/aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b10-4curve.tar.xz
|
||||
|
10
NEWS
10
NEWS
@ -9,6 +9,13 @@ Live versions of these release notes can be found at:
|
||||
* https://bitly.com/openjdk8u292
|
||||
* https://builds.shipilev.net/backports-monitor/release-notes-openjdk8u292.txt
|
||||
|
||||
* Security fixes
|
||||
- JDK-8227467: Better class method invocations
|
||||
- JDK-8244473: Contextualize registration for JNDI
|
||||
- JDK-8244543: Enhanced handling of abstract classes
|
||||
- JDK-8249906, CVE-2021-2163: Enhance opening JARs
|
||||
- JDK-8250568, CVE-2021-2161: Less ambiguous processing
|
||||
- JDK-8253799: Make lists of normal filenames
|
||||
* Other changes
|
||||
- JDK-6345095: regression test EmptyClipRenderingTest fails
|
||||
- JDK-6896810: TEST_BUG: java/lang/ref/SoftReference/Pin.java fails with OOME during System.out.println
|
||||
@ -92,6 +99,7 @@ Live versions of these release notes can be found at:
|
||||
- JDK-8256682: JDK-8202343 is incomplete
|
||||
- JDK-8257746: Regression introduced with JDK-8250984 - memory might be null in some machines
|
||||
- JDK-8258241: [8u] Missing doPrivileged() hunks from JDK-8226575
|
||||
- JDK-8258247: Couple of issues in fix for JDK-8249906
|
||||
- JDK-8258396: SIGILL in jdk.jfr.internal.PlatformRecorder.rotateDisk()
|
||||
- JDK-8258430: 8u backport of JDK-8063107 missing test/javax/swing/JRadioButton/8041561/bug8041561.java changes
|
||||
- JDK-8258833: Cancel multi-part cipher operations in SunPKCS11 after failures
|
||||
@ -99,10 +107,12 @@ Live versions of these release notes can be found at:
|
||||
- JDK-8259048: (tz) Upgrade time-zone data to tzdata2020f
|
||||
- JDK-8259312: VerifyCACerts.java fails as soneraclass2ca cert will
|
||||
- JDK-8259384: CUP version wrong in THIRD_PARTY_README after JDK-8233548
|
||||
- JDK-8259428: AlgorithmId.getEncodedParams() should return copy
|
||||
- JDK-8259568: PPC64 builds broken after JDK-8221408 8u backport
|
||||
- JDK-8260349: Cannot programmatically retrieve Metaspace max set via JAVA_TOOL_OPTIONS
|
||||
- JDK-8260356: (tz) Upgrade time-zone data to tzdata2021a
|
||||
- JDK-8260930: AARCH64: Invalid value passed to critical JNI function
|
||||
- JDK-8261183: Follow on to Make lists of normal filenames
|
||||
- JDK-8261231: Windows IME was disabled after DnD operation
|
||||
- JDK-8261766: [8u] hotspot needs to recognise cl.exe 19.16 to build with VS2017
|
||||
- JDK-8262073: assert(allocates2(pc)) failed: not in CodeBuffer memory
|
||||
|
@ -296,7 +296,7 @@
|
||||
# note, following three variables are sedded from update_sources if used correctly. Hardcode them rather there.
|
||||
%global shenandoah_project aarch64-port
|
||||
%global shenandoah_repo jdk8u-shenandoah
|
||||
%global shenandoah_revision aarch64-shenandoah-jdk8u292-b09
|
||||
%global shenandoah_revision aarch64-shenandoah-jdk8u292-b10
|
||||
# Define old aarch64/jdk8u tree variables for compatibility
|
||||
%global project %{shenandoah_project}
|
||||
%global repo %{shenandoah_repo}
|
||||
@ -316,7 +316,7 @@
|
||||
# Release will be (where N is usually a number starting at 1):
|
||||
# - 0.N%%{?extraver}%%{?dist} for EA releases,
|
||||
# - N%%{?extraver}{?dist} for GA releases
|
||||
%global is_ga 0
|
||||
%global is_ga 1
|
||||
%if %{is_ga}
|
||||
%global milestone fcs
|
||||
%global milestone_version %{nil}
|
||||
@ -2534,6 +2534,10 @@ require "copy_jdk_configs.lua"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 13 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.292.b10-0
|
||||
- Update to aarch64-shenandoah-jdk8u292-b10 (GA)
|
||||
- Update release notes for 8u292-b10.
|
||||
|
||||
* Tue Mar 30 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:1.8.0.292.b09-0.0.ea
|
||||
- Update to aarch64-shenandoah-jdk8u292-b09 (EA)
|
||||
- Update release notes for 8u292-b09.
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-3.15.0.tar.xz) = c752a197cb3d812d50c35e11e4722772be40096c81d2a57933e0d9b8a3c708b9c157b8108a4e33a06ca7bb81648170994408c75d6f69d5ff12785d0c31009671
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b09-4curve.tar.xz) = a3c69aba94c5e7ddd391296462bc6fb54c49e76d28d8df230144ccdb5dd584666cc895aeb42a2094d3073d11b64b3b3756b5e499484e7a3510283294df27a8e2
|
||||
SHA512 (aarch64-port-jdk8u-shenandoah-aarch64-shenandoah-jdk8u292-b10-4curve.tar.xz) = 3cde5e7eb2c6e72ad20fc3370d0a2d04d122152243196a4edc617495b428ddc16f7f902b7259999936a44232424032848447c87f3d7e296d0d2a902b61e72173
|
||||
|
Loading…
Reference in New Issue
Block a user