java-17-openjdk/java-17-openjdk.changes

48 lines
1.8 KiB
Plaintext

-------------------------------------------------------------------
Mon Sep 20 06:41:11 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* openjdk-glibc234.patch
+ fix build with glibc-2.34 (bsc#1189201)
-------------------------------------------------------------------
Thu Sep 16 06:16:11 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Added patch:
* fips.patch
+ implement FIPS support in OpenJDK
-------------------------------------------------------------------
Tue Sep 14 14:33:43 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- jdk-17+35 is official release of OpenJDK 17 (jsc#SLE-18742)
-------------------------------------------------------------------
Mon Sep 13 12:46:09 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Modified patch:
* nss-security-provider.patch
+ revert recent changes making NSS provider the default one
+ fixes bsc#1190252
-------------------------------------------------------------------
Mon Aug 23 07:16:54 UTC 2021 - Fridrich Strba <fstrba@suse.com>
- Initial release of the last release candidate of OpenJDK 17,
the next LTS release of OpenJDK
* Features:
+ JEP-306: Restore Always-Strict Floating-Point Semantics
+ JEP-356: Enhanced Pseudo-Random Number Generators
+ JEP-382: New macOS Rendering Pipeline
+ JEP-391: macOS/AArch64 Port
+ JEP-398: Deprecate the Applet API for Removal
+ JEP-403: Strongly Encapsulate JDK Internals
+ JEP-406: Pattern Matching for switch (Preview)
+ JEP-407: Remove RMI Activation
+ JEP-409: Sealed Classes
+ JEP-410: Remove the Experimental AOT and JIT Compiler
+ JEP-411: Deprecate the Security Manager for Removal
+ JEP-412: Foreign Function & Memory API (Incubator)
+ JEP-414: Vector API (Second Incubator)
+ JEP-415: Context-Specific Deserialization Filters