-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8341911: Create release notes for JavaFX 23.0.1
Reviewed-by: jvos
- Loading branch information
1 parent
3803b80
commit 54a682d
Showing
1 changed file
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# Release Notes for JavaFX 23.0.1 | ||
|
||
## Introduction | ||
|
||
The following notes describe important changes and information about this release. In some cases, the descriptions provide links to additional detailed information about an issue or a change. | ||
|
||
These notes document the JavaFX 23.0.1 update release. As such, they complement the [JavaFX 23](https://github.com/openjdk/jfx23u/blob/master/doc-files/release-notes-23.md) release notes. | ||
|
||
## List of Enhancements | ||
|
||
Issue Key | Summary | Subcomponent | ||
--------- | ------- | ------------ | ||
[JDK-8334874](https://bugs.openjdk.org/browse/JDK-8334874) | Horizontal scroll events from touch pads should scroll the TabPane tabs | controls | ||
|
||
## List of Fixed Bugs | ||
|
||
Issue key | Summary | Subcomponent | ||
--------- | ------- | ------------ | ||
[JDK-8323787](https://bugs.openjdk.org/browse/JDK-8323787) | Mac System MenuBar throws IOB exception | graphics | ||
[JDK-8336277](https://bugs.openjdk.org/browse/JDK-8336277) | Colors are incorrect when playing H.265/HEVC on Windows 11 | media | ||
[JDK-8336938](https://bugs.openjdk.org/browse/JDK-8336938) | Update libFFI to 3.4.6 | media | ||
[JDK-8336939](https://bugs.openjdk.org/browse/JDK-8336939) | Update Glib to 2.80.4 | media | ||
[JDK-8336940](https://bugs.openjdk.org/browse/JDK-8336940) | Update GStreamer to 1.24.6 | media | ||
[JDK-8338701](https://bugs.openjdk.org/browse/JDK-8338701) | Provide media support for libavcodec version 61 | media | ||
[JDK-8328994](https://bugs.openjdk.org/browse/JDK-8328994) | Update WebKit to 619.1 | web | ||
[JDK-8334124](https://bugs.openjdk.org/browse/JDK-8334124) | Rendering issues with CSS "text-shadow" in WebView | web | ||
[JDK-8336798](https://bugs.openjdk.org/browse/JDK-8336798) | DRT test cssrounding.html test for linear layout fails with WebKit 619.1 | web | ||
[JDK-8336941](https://bugs.openjdk.org/browse/JDK-8336941) | Update libxslt to 1.1.42 | web | ||
[JDK-8337481](https://bugs.openjdk.org/browse/JDK-8337481) | File API: file.name contains path instead of name | web | ||
[JDK-8338306](https://bugs.openjdk.org/browse/JDK-8338306) | WebView Drag and Drop fails with WebKit 619.1 | web | ||
[JDK-8338307](https://bugs.openjdk.org/browse/JDK-8338307) | Additional WebKit 619.1 fixes from WebKitGTK 2.44.3 | web | ||
[JDK-8319779](https://bugs.openjdk.org/browse/JDK-8319779) | SystemMenu: memory leak due to listener never being removed | window-toolkit | ||
|
||
|
||
## List of Security fixes | ||
|
||
NONE |
54a682d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review
Issues