Update to jdk-11.0.11.0+7
Update release notes to 11.0.11.0+7
This commit is contained in:
parent
18e3f8cea4
commit
5797fe9b4d
1
.gitignore
vendored
1
.gitignore
vendored
@ -84,3 +84,4 @@
|
||||
/tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz
|
||||
/jdk-updates-jdk11u-jdk-11.0.11+5-4curve.tar.xz
|
||||
/jdk-updates-jdk11u-jdk-11.0.11+6-4curve.tar.xz
|
||||
/jdk-updates-jdk11u-jdk-11.0.11+7-4curve.tar.xz
|
||||
|
1
NEWS
1
NEWS
@ -212,6 +212,7 @@ Live versions of these release notes can be found at:
|
||||
- JDK-8260704: ParallelGC: oldgen expansion needs release-store for _end
|
||||
- JDK-8261022: Fix incorrect result of Math.abs() with char type
|
||||
- JDK-8261089: [TESTBUG] native library of test TestCheckedReleaseCriticalArray.java fails to compile with gcc 4.x
|
||||
- JDK-8261209: isStandalone property: remove dependency on pretty-print
|
||||
- JDK-8261231: Windows IME was disabled after DnD operation
|
||||
- JDK-8261251: Shenandoah: Use object size for full GC humongous compaction
|
||||
- JDK-8261310: PPC64 Zero build fails with 'VMError::controlled_crash(int)::FunctionDescriptor functionDescriptor' has incomplete type and cannot be defined
|
||||
|
@ -344,7 +344,7 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{origin}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 6
|
||||
%global buildver 7
|
||||
%global rpmrelease 0
|
||||
#%%global tagsuffix ""
|
||||
# Priority must be 8 digits in total; up to openjdk 1.8, we were using 18..... so when we moved to 11, we had to add another digit
|
||||
@ -2284,6 +2284,10 @@ require "copy_jdk_configs.lua"
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Apr 11 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.11.0.7-0.0.ea
|
||||
- Update to jdk-11.0.11.0+7
|
||||
- Update release notes to 11.0.11.0+7
|
||||
|
||||
* Fri Apr 09 2021 Andrew Hughes <gnu.andrew@redhat.com> - 1:11.0.11.0.6-0.0.ea
|
||||
- Update to jdk-11.0.11.0+6
|
||||
- Update release notes to 11.0.11.0+6
|
||||
|
2
sources
2
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (tapsets-icedtea-6.0.0pre00-c848b93a8598.tar.xz) = 97d026212363b3c83f6a04100ad7f6fdde833d16579717f8756e2b8c2eb70e144a41a330cb9ccde9c3badd37a2d54fdf4650a950ec21d8b686d545ecb2a64d30
|
||||
SHA512 (jdk-updates-jdk11u-jdk-11.0.11+6-4curve.tar.xz) = 011090a47e2911c1bda8e58a995c4d1dccd180eea9833dd4add4471405e276ee4403075a99392b995f72de3d95408c4e072e342c08059ac519a598726a65b1c9
|
||||
SHA512 (jdk-updates-jdk11u-jdk-11.0.11+7-4curve.tar.xz) = 6c50b58392e540e82cf81a7edd592faefccacad38884eeef1dce504df6cae4bf2de25966f73f120711e341c20c9bc6331a3e80081d63dc9645aa815570a286f0
|
||||
|
Loading…
Reference in New Issue
Block a user