Merge branch 'f37' into f36
This commit is contained in:
commit
aee7700757
1
.gitignore
vendored
1
.gitignore
vendored
@ -32,3 +32,4 @@
|
||||
/openjdk-jdk19u-jdk-19.0.1+10.tar.xz
|
||||
/openjdk-jdk19u-jdk-19.0.2+7.tar.xz
|
||||
/openjdk-jdk20u-jdk-20+36.tar.xz
|
||||
/openjdk-jdk20u-jdk-20.0.1+9.tar.xz
|
||||
|
38
NEWS
38
NEWS
@ -3,6 +3,44 @@ 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 20.0.1 (2023-04-18):
|
||||
===========================================
|
||||
|
||||
* CVEs
|
||||
- CVE-2023-21930
|
||||
- CVE-2023-21937
|
||||
- CVE-2023-21938
|
||||
- CVE-2023-21939
|
||||
- CVE-2023-21967
|
||||
- CVE-2023-21968
|
||||
* Security fixes
|
||||
- JDK-8287404: Improve ping times
|
||||
- JDK-8288436: Improve Xalan supports
|
||||
- JDK-8294474: Better AES support
|
||||
- JDK-8295304: Runtime support improvements
|
||||
- JDK-8296676, JDK-8296622: Improve String platform support
|
||||
- JDK-8296684: Improve String platform support
|
||||
- JDK-8296692: Improve String platform support
|
||||
- JDK-8296832: Improve Swing platform support
|
||||
- JDK-8297371: Improve UTF8 representation redux
|
||||
- JDK-8298310: Enhance TLS session negotiation
|
||||
- JDK-8298667: Improved path handling
|
||||
- JDK-8299129: Enhance NameService lookups
|
||||
* Other changes
|
||||
- JDK-8208077: File.listRoots performance degradation
|
||||
- JDK-8245654: Add Certigna Root CA
|
||||
- JDK-8278965: crash in SymbolTable::do_lookup
|
||||
- JDK-8295951: intermittent cmp_baseline task failures with CDS files
|
||||
- JDK-8299194: CustomTzIDCheckDST.java may fail at future date
|
||||
- JDK-8299843: Bump version numbers for 20.0.1
|
||||
- JDK-8299947: Change milestone to fcs for all releases
|
||||
- JDK-8301123: Enable Symbol refcounting underflow checks in PRODUCT
|
||||
- JDK-8301858: Verification error when compiling switch with record patterns
|
||||
- JDK-8301876: Crash in DumpTimeClassInfo::add_verification_constraint
|
||||
- JDK-8302202: Incorrect desugaring of null-allowed nested patterns
|
||||
- JDK-8302879: doc/building.md update link to jtreg builds
|
||||
- JDK-8303412: Update linux_x64-to-linux_aarch64 cross compilation devkit at Oracle
|
||||
|
||||
New in release OpenJDK 20.0.0 (2023-03-21):
|
||||
===========================================
|
||||
Major changes are listed below. Some changes may have been backported
|
||||
|
@ -333,7 +333,7 @@
|
||||
# New Version-String scheme-style defines
|
||||
%global featurever 20
|
||||
%global interimver 0
|
||||
%global updatever 0
|
||||
%global updatever 1
|
||||
%global patchver 0
|
||||
# buildjdkver is usually same as %%{featurever},
|
||||
# but in time of bootstrap of next jdk, it is featurever-1,
|
||||
@ -390,8 +390,8 @@
|
||||
%global origin_nice OpenJDK
|
||||
%global top_level_dir_name %{origin}
|
||||
%global top_level_dir_name_backup %{top_level_dir_name}-backup
|
||||
%global buildver 36
|
||||
%global rpmrelease 3
|
||||
%global buildver 9
|
||||
%global rpmrelease 1
|
||||
# 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
|
||||
%if %is_system_jdk
|
||||
# Using 10 digits may overflow the int used for priority, so we combine the patch and build versions
|
||||
@ -1627,6 +1627,10 @@ done
|
||||
%license %{unpacked_licenses}/%{jdkportablesourcesarchive -- %%{nil}}
|
||||
|
||||
%changelog
|
||||
* Wed Apr 26 2023 Andrew Hughes <gnu.andrew@redhat.com> - 1:20.0.1.0.9-1.rolling
|
||||
- Update to jdk-20.0.1+9
|
||||
- Update release notes to 20.0.1+9
|
||||
|
||||
* Fri Apr 14 2023 Jiri Vanek <jvanek@redhat.com> - 1:20.0.0.0.36-3.rolling
|
||||
- introduced archfull src archive
|
||||
- replaced nasty handling of icons.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openjdk-jdk20u-jdk-20+36.tar.xz) = 4d7560d9e452879632d7c2dc8d4df3faeafe875e95abd47fafcb8dbe469a567359fd13e6cabd59dc72323125ab9672090f0d04d17d859943c7967ed35f3d7f68
|
||||
SHA512 (openjdk-jdk20u-jdk-20.0.1+9.tar.xz) = 8431eba4e5c0e9f285a7fae8221736d0ec6724f0df78f6d7a136a5db176c8a7e1aa62f18684111a586a39a37390fb3b4eaa5eb699c0d4dab72350e7d59efbe8c
|
||||
|
Loading…
Reference in New Issue
Block a user