Update release notes for 11.0.9.1 release.

This commit is contained in:
Andrew Hughes 2020-11-06 07:07:24 +00:00
parent a0e5d76a58
commit fadbaad5b8
2 changed files with 13 additions and 1 deletions

9
NEWS
View File

@ -3,6 +3,15 @@ Key:
JDK-X - https://bugs.openjdk.java.net/browse/JDK-X
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):
===========================================
Live versions of these release notes can be found at:

View File

@ -259,7 +259,7 @@
%global top_level_dir_name %{origin}
%global minorver 0
%global buildver 11
%global rpmrelease 2
%global rpmrelease 3
#%%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
%if %is_system_jdk
@ -1959,6 +1959,9 @@ require "copy_jdk_configs.lua"
%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
- Update to jdk-11.0.9.1+1
- RPM version stays at 11.0.9.11-2 so as to not break upgrade path.