Update release notes for 11.0.9.1 release.
This commit is contained in:
parent
a0e5d76a58
commit
fadbaad5b8
9
NEWS
9
NEWS
@ -3,6 +3,15 @@ Key:
|
|||||||
JDK-X - https://bugs.openjdk.java.net/browse/JDK-X
|
JDK-X - https://bugs.openjdk.java.net/browse/JDK-X
|
||||||
CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
|
CVE-XXXX-YYYY: https://cve.mitre.org/cgi-bin/cvename.cgi?name=XXXX-YYYY
|
||||||
|
|
||||||
|
New in release OpenJDK 11.0.9.1 (2020-10-20):
|
||||||
|
=============================================
|
||||||
|
Live versions of these release notes can be found at:
|
||||||
|
* https://bitly.com/openjdk11091
|
||||||
|
* https://builds.shipilev.net/backports-monitor/release-notes-11.0.9.1.txt
|
||||||
|
|
||||||
|
* Regression fixes
|
||||||
|
- JDK-8250861: Crash in MinINode::Ideal(PhaseGVN*, bool)
|
||||||
|
|
||||||
New in release OpenJDK 11.0.9 (2020-10-20):
|
New in release OpenJDK 11.0.9 (2020-10-20):
|
||||||
===========================================
|
===========================================
|
||||||
Live versions of these release notes can be found at:
|
Live versions of these release notes can be found at:
|
||||||
|
@ -259,7 +259,7 @@
|
|||||||
%global top_level_dir_name %{origin}
|
%global top_level_dir_name %{origin}
|
||||||
%global minorver 0
|
%global minorver 0
|
||||||
%global buildver 11
|
%global buildver 11
|
||||||
%global rpmrelease 2
|
%global rpmrelease 3
|
||||||
#%%global tagsuffix ""
|
#%%global tagsuffix ""
|
||||||
# priority must be 8 digits in total; untill openjdk 1.8 we were using 18..... so when moving to 11 we had to add another digit
|
# priority must be 8 digits in total; untill openjdk 1.8 we were using 18..... so when moving to 11 we had to add another digit
|
||||||
%if %is_system_jdk
|
%if %is_system_jdk
|
||||||
@ -1959,6 +1959,9 @@ require "copy_jdk_configs.lua"
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 06 2020 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.9.11-3
|
||||||
|
- Update release notes for 11.0.9.1 release.
|
||||||
|
|
||||||
* Wed Nov 04 2020 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.9.11-2
|
* Wed Nov 04 2020 Severin Gehwolf <sgehwolf@redhat.com> - 1:11.0.9.11-2
|
||||||
- Update to jdk-11.0.9.1+1
|
- Update to jdk-11.0.9.1+1
|
||||||
- RPM version stays at 11.0.9.11-2 so as to not break upgrade path.
|
- RPM version stays at 11.0.9.11-2 so as to not break upgrade path.
|
||||||
|
Loading…
Reference in New Issue
Block a user